body,div,p,blockquote,ol,ul,dl,li,dt,dd,td,th {  
line-height: 11pt; 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: xx-small; 
font-style: normal; 
font-weight: normal; 
text-decoration: none; 
color: #000;
}
a:link {  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: xx-small; 
font-style: normal; 
font-weight: normal; 
color: #fff; 
text-decoration: none;
}
a:active {  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: xx-small; 
font-style: normal; 
font-weight: normal; 
text-decoration: none; 
color: #fff;
}
a:hover {  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: xx-small; 
font-style: normal; 
font-weight: normal; 
color: #fff; 
text-decoration: none; 
background-color: #f09;
}
a:visited {  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: xx-small; 
font-style: normal; 
font-weight: normal; 
color: #000; 
text-decoration: none;
}
.button { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: xx-small; 
border: 1px #FF0099 solid; 
color: #FFF; 
background-color: #f09;
}
/* When on light background, hover bg color stays light */
a.lightcolor {
color:#000;
}
a.lightcolor:hover {
background-color:#ccc;
}

/* When on dark background, hover bg color stays dark */
a.darkcolor {
color:#fff;
}
a.darkcolor:hover {background-color:#666;}
/* When on light background, hover bg color stays light */
a.lightcolor 
{color:#000;
}
a.lightcolor:hover {
background-color:#fcf;
}



/* When on dark background, hover bg color stays dark */
a.darkcolor {
color:#eee;
}
a.darkcolor:hover {
background-color:#f09;
}