@charset "UTF-8";
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}
.mainlarger {font-size: 18px}
.basenavtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
body {
	background-color: #181612;
	margin-top: 20px;
}
a:link {
	color: #181612;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #181612;
}
a:hover {
	text-decoration: none;
	color: #458AA4;
}
a:active {
	text-decoration: none;
	color: #181612;
}

