div
{
font-family: sans-serif;
color: white;

}

#fontmain
{
color: grey;
font-size: small;
}

#fonthighlight
{
color: white;
font-size: small;
}

#fonthead
{
color: white;
font-size: 15px;
}

#fontlink
{
font-size: 15px;
font-variant: small-caps;
}

a:link 
{
color:gray; text-decoration: none;
}
a:visited 
{
color:gray; text-decoration: none;
}
a:focus 
{
color:gray; text-decoration: underline;
}
a:hover 
{
color:white; text-decoration: underline;
} 
a:active 
{
color:darkgray; text-decoration: none;
}