can anyone please point out what's wrong with this style sheet? Everything works fine except I can't change the font size for the body text. No matter what i set it to it just defaults to 16px. i've tried everything, %, xx-large etc, etc but nothing.
There are no <FONT> tags on the page and no <STYLE> either. There are just references to the classes that exist in the style sheet.
.TableHeaderText
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
text-align: center
}
.RelatedLinksTitle
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}
a
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FF0000;
text-decoration: underline;
}
a:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #990000;
text-decoration: none;
}
Body
{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
}
"Life is like a Ferrari, it goes to fast.
But that's ok, because you can't afford it anyway" - Jim Davis (Garfield)
There are no <FONT> tags on the page and no <STYLE> either. There are just references to the classes that exist in the style sheet.
.TableHeaderText
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
text-align: center
}
.RelatedLinksTitle
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}
a
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FF0000;
text-decoration: underline;
}
a:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #990000;
text-decoration: none;
}
Body
{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
}
"Life is like a Ferrari, it goes to fast.
But that's ok, because you can't afford it anyway" - Jim Davis (Garfield)