   td {
	color: #oooooo;
	text-decoration: none;
	font-family : Calibri;
	font-size : 14px;
}
    
    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 : 22px;
	font-weight : bold;
}    
   
    .sub {
    font-weight : bold;
    }
	
	.home {
	font-size : 9px;
	font-family : Verdana;
}

.onder {
	font-size : 12px;
	margin-bottom : 2em;
}

.list  {
	position : relative;
	top : -20px;
	margin-bottom : 0em;
}