BODY {
		font-family: Tahoma, Ariel, Helvetica;
		color: Black;
		font-size: smaller;
		text-align: left;
}
H1 {		
		font-size: x-large;
		text-align: center;
}
A:link {text-decoration: none; color: White;}  
A:visited {text-decoration: none; color: White;}  
A:active {text-decoration: none;}     
A:hover {text-decoration: underline; color: #99ffff}
H2 {
		font-size: large;
		font-weight: bold;
		background: #00FFFF;
		text-align: center;
}
TD {
		font-size: small
}