body {  
 background-color: #89A0B8;  
 color: #000000; 
} 

p {
    font: 105% sans-serif;	
}

table {
 background-color: #FFFFFF;  
 color: #000000; 
} 

h2 {
  font: 120% sans-serif;
}

h2 { 
  background-color: rgb(230, 230, 230); 
}

li {
font: 100% sans-serif;
}

a:link, a:visited {	
	text-decoration:	none;
	color:			black;
	background:	 	#FFeeFF;
	}
a.hot {
	text-decoration:	none;
	color:			black;
	background:	 	#FFcccc;
	}
	
a:hover {	
	text-decoration: none;
	color:			red;
	background:	 	#FBFE9C;
	}

a:active { color: #F00;}
 
 