src ASP.net only FF

cuteboytm

New Member
Messages
7
Reaction score
0
Points
0
<link rel=Stylesheet href="App_Themes/XXXXX/XXXXXCSS.css" />

body
{
font-family:Arial;
}

a.footer:visited {
color: #006699;
text-decoration: none;
}
a.footer:link {
color: #006699;
text-decoration: none;
}

a.categories:visited {
color: #FF9900;
text-decoration: underline;
font-style:italic;
}
a.categories:link {
color: #FF9900;
text-decoration: underline;
font-style:italic;
}

.CategoriesHeader
{
font-variant:small-caps;
font-weight:bolder;
}

.SmallCap
{
font-variant:small-caps;
color:#006699;
font-weight:lighter;

}

.SpecialBlue
{
color:#006699;
}
 
Top