/* Tag-specific */
A:active { color: red; } 
A:hover { color: blue; }
A:visited { color: red; }
A:link { color: green; }

TD { font-family: Arial; font-size: small; color: black; text-align: center;} 
OL { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size: 12px; color: black; } 
UL { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size: 12px; color: black; } 
LI { font-family: Arial; font-size: medium; color: black; }  
SPAN { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size: 12px; color: black; }  

/* Classes */
.topmenu { font-family: Arial; font-size: small; color: FFFFFF; text-decoration: none; }
.topmenu:link { font-family: Arial,; font-size: small; color: green; text-decoration: none; background-color: ffcc33; }
.topmenu:hover { font-family: Arial; font-size: small; color: blue; text-decoration: none; }
.topmenu:active { font-family: Arial; font-size: small; color: red; text-decoration: none; }
.topmenu:visited { font-family: Arial; font-size: small; color: red; text-decoration: none; }

.topmenuHover { font-family: Arial; font-size: small; color: red; text-decoration: none; background-color: white; }
.topmenuHover:hover { font-family: Arial; font-size: small; color: red; text-decoration: none; background-color: white; }


