/* CSS Document */
body {
	background: #000000;
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2 {
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3 {
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
}

p {
	color: #FFCC66;
	font-size: 13px;
	line-height: 17px;
}

h1+p,
h2+p,
h3+p {
	margin-top: -10px;
}

a {
	color: #66CCFF;
}

.footer {
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.red,
.red a {
	color: #cc0000;
}

.red a:hover {
	color: #cccccc;
}

.small {
	font-size: 0.85em;
	line-height: normal;
}
