body {
	background-repeat : no-repeat; 
	background-position : 0% 0%; 
	background-color : #111111; 
	color: #CCCCCC; 
} 

A:text {
	color: #C0C0C0; 
	text-decoration: none
} 

A:link {
	color: #CC0000 ; 
	text-decoration: none
} 

A:visited {
	color: #666666 ; 
	text-decoration: none
} 

A:active {
	color: #111111;
	text-decoration: none
} 

A:hover {
	color: #CCCCCC;
	text-decoration: none
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF
}
td.grey {
	color: #666666
}
td.white {
	color: #FFFFFF
}