When reviewing on different OS's, I noticed that particularly in Chrome and Safari, words on a mac book look bolder than on a PC. Isn't it true that only browser web-kits have the capability of interpreting CSS and HTML, not an OS itself?
Here is my CSS for the anchor tags (words) if the above case isn't valid:
.homeText .cases {
color: #bcbcbc;
float:left;
font-family:Arial, Helvetica Neue, Sans-Serif;
font-size: 2.65em;
font-weight:bolder;
line-height: 30px;
height:30px;
margin: 0px;
margin-right: -2px;
padding-right: 13px;
position: absolute;
}