i want the "regular text" of my page to have 8pt in size and to have color #696969..i've tried to put the following:
Code:
body
{
    color:#696969;font-family:Verdana; font-size:8pt;
}
for the color and font it works just fine but to the font size it doesnt..what am i doing wrong?