I’m needing to change the overall body font size. Here is what the body css looks like, but it didn’t change the font size. Any idea?
body,html {
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#333;
background:url(images/bk_body.jpg);
line-height:135%;
}