@charset "UTF-8";


body {
	background-color: #000000;
}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.bodytext a:link {
	color: #FFCC00;
	font-weight:700
}

.bodytext a:visited {
	color: #FF3300;
	font-weight:700	
}

.bodytext a:hover {
	color: #FFFFFF;
	font-weight:700
}

.essaytable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.essaytable a:link {
	color: #FFCC00;
	font-weight:700
}

.essaytable a:visited {
	color: #FF3300;
	font-weight:700
	
}

.essaytable a:hover {
	color: #FFFFFF;
	font-weight:700
}


.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}