/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #FFFFee;
	background-color: #000000;
}
.bodycopy {
	font-size: small;}
	
a:link {
	font-weight: bold;
	color: #FFFFE2;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

