body {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 110%;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;

}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;

}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 110%;
	color: #CCCCCC;
	text-decoration: none;

}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 110%;
	color: #CCCCCC;
	text-decoration: none;

}
