   td { color: #oooooo; text-decoration: none; font-family : Comic Sans MS; font-size : 13px;}
    
    a {   color: blue; text-decoration: none; cursor: hand}
    a:hover  {text-decoration : underline; color : blue;}
    a:active {text-decoration : none; color : blue; background-color : yellow;}
    
    .header {
	font-size : 150%;
	font-weight : bold;
}    
   
    .sub {
    font-weight : bold;
    }
	
	.home {
	font-size : 9px;
	font-family : Verdana;
}

