body {
	background-color: #393839;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
p {
	font-size: 12px;
}
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FF7108;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFF00;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
}

hr {
	color: #999999;
	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;
}
p, h1, h2 {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
li p {
	margin-left: 0px;
	margin-right: 4px;
}
.medgrey {
	color: #999999;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h4 {
	font-size: 14px;
	color: #33FF00;
}
