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

body {
	background-color: #333333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	text-align: justify;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	font-weight: bold;
}

.revheaders {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}
	
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
