 td { 
 color: #oooooo; text-decoration: none; font-family : arial; font-size : 11px;}
 a {   color: blue; text-decoration: none; cursor: hand}
 a:hover  {text-decoration : underline; color : red;}
 a:active {text-decoration : none; color : red; background-color : #ffffcc;}
 
 .header {
 	font-size : 150%;
 	font-weight : bold;
 }
 
 .home {
	font-size : 9px;
	font-family : Verdana;
}


