.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
a {
	color: #015B28;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #015B28;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #3481DD;
}
body {
	background-color: #000;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #015B28;
}

