a:link
{
color:firebrick;
}
a:visited
{
color:#999999;
}
a:hover
{
color:white;
background-color:black;
text-decoration:none;
}
body	
{
font-family:Trebuchet MS, Arial, Helvetica;
}