body{
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #000000;


}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;	
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;	
}

.footer {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	word-spacing: -2px;
}