/* Style Sheet for Menus and Banner */

/* core font settings */
body, td {
  font-family: verdana, sans-serif;
  color: white;
  font-size: 12pt;
} 

/* style for menu anchors */
a:link {
  color: white;
  text-decoration: none;
  font-weight:normal
}
a:visited {
  color: #FFCC00;
  text-decoration: none;
  font-weight:normal
} 
a:hover {
  color: black;
  text-decoration: none; 
  background: white;
}
