body {

	background: #990000;
	
	text-align: center; 

}

a {

	font: bold 12px Tahoma;

	color: #990000;
	
	text-decoration: none;
	
}

a:hover {

	font: bold 12px Tahoma;

	color: #990000;
	
	text-decoration: underline;
	
}