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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	background-color: #000000;
}
a:link {
	color: #CCCC00;
}
a:visited {
	color: #99CC00;
}
a:hover {
	color: #5E067F;
	text-decoration: underline overline;
}
a:active {
	color: #FF0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC9933;
}
