body {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #000000;
}
a:link {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}


a:active {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

