@charset "utf-8";
body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}



p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
h1, h2, p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}


a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #339900;
	text-decoration: none;
}
