h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
}
p {
	font-size: 12px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
a:active {
	color: #00CCFF;
	text-decoration: none;
}
p, h1, h2 {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
li p {
	margin-left: 0px;
}
hr {
	color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
li a:link {
	color: #0099FF;
	text-decoration: none;
}
li a:hover {
	color: #00CCFF;
	text-decoration: underline;
}