@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #330000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.greytext {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.greytext a:link {
	color: #999999;
	text-decoration: none;
}
.greytext a:visited {
	color: #999999;
	text-decoration: none;
}
.greytext a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.greytext a:active {
	color: #999999;
	text-decoration: none;
}
.credits {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}
.credits a:link {
	color: #660000;
	text-decoration: none;
}
.credits a:visited {
	color: #660000;
	text-decoration: none;
}
.credits a:hover {
	color: #CC6600;
	text-decoration: underline;
}
.credits a:active {
	color: #660000;
	text-decoration: none;
}
