a.menu {
	font-family: Georgia;
	font-size: 18px;
	color: Black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a.menu:hover {
	font-family: Georgia;
	font-size: 18px;
	color: #F0FFFF;
	text-decoration: none;
	font-weight: bold;
}

.headline {
	font-family: Georgia;
	font-size: 26px;
	color: Navy;
	line-height: 45px;
	font-weight: normal;
	background-color: White;
	font-style: italic;
}

.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
	font-weight: normal;
	line-height: normal;
}

.bodytext {
	font-family: Verdana;
	font-size: 14px;
	color: Black;
	font-weight: normal;
	line-height: 20px;
}



.subtitle {
	font-family: Verdana;
	font-size: 14px;
	color: Navy;
	font-weight: bold;
}
