body {
	background-color: #d0d0e8;
}
.header {
	color: #990000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
.bodytext {
	color: #990000;
	font-family: Georgia, Times New Roman, Times, serif;
}
.bodytext-black {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
}

a:link {
	text-decoration: none;
	color: #A2A2D2;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #A2A2D2;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #A2A2D2;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #A2A2D2;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}