It’s kind of difficult to test code on your site because of either the slider or the live chat that appears (it’s preventing me from testing code in the web inspector)
Since I can’t really test it, you can try adding this to your css –
.more-link {
background: none repeat scroll 0 0 #4C5E6B;
box-shadow: 0 1px 2px #000000;
color: #FFFFFF;
display: block;
font-family: arial,serif;
font-size: 14px;
line-height: 18px;
margin: 10px 2px;
padding: 4px 0;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px #333333;
width: 100px;
}
I’m not sure how that will affect your “Read More” links or not (since there is something on your site that is causing the web inspector to freeze) but the class that is used for the “Read More” section is labeled – “.more-link” as shown in the above code.