


body {
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: black;
   background-color: white;
}

.banner { color: red; background-color: yellow;  text-align='center'; }

a { font-weight: bold;  text-decoration: none; color: blue; }

a:link { font-weight: bold;  text-decoration: none; color: blue; }

a:visited { font-weight: bold;  text-decoration: none; color: blue; }

a:active { font-weight: bold;  text-decoration: none; color: blue; }

a:hover { text-decoration: underline; }

a.menu { font-size: smaller; }

a.menu:hover {  background-color:blue; color: white;  text-decoration: none; }

.hilite {  text-decoration: underline;  background-color:yellow; } 

.hot {  color:red; } 
