BODY { 
	background: #ff0000;
	color: #ffffff;
	font: medium courier, serif;
	text-align: center;
}

TABLE.centered {
	margin-left: auto;
	margin-right: auto;
}

A:link { 
	background: #ff0000;
	color: #ffffff; 
}
A:visited { 
	background: #ff0000;
	color: #ffffff; 
}
A:hover { 
	background: #ff0000;
	color: #ffffff; 
}
A:active { 
	background: #ff0000;
	color: #ffffff; 
}

