body {
	margin-top: 0em;
}

.headline{
	font-family: Georgia;
	font-size: 16px;
	color: #8c2f2f;
	font-weight: bold;
	background-color: #FFFFFF;
	}
.smallheadline{
	font-family: Georgia;
	font-size: small;
	color: #8c2f2f;
	font-weight: bold;
	background-color: #FFFFFF;
	}
.bodytext{
	font-family: Georgia;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	}
.whitetext{
	font-family: Georgia;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	text-decoration:none;
	}
.bluetext{
	font-family: Georgia;
	font-size: small;
	color: #6c8092;
	text-decoration:none;
	}
.smallwhitetext{
	font-family: Georgia;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	text-decoration:none;
	}
a.whitetext:hover{
	font-family: Georgia;
	font-size: 13px;
	color: #ffffff;
	background-color: #8c2f2f;
	font-weight: bold;
	padding: 3px;
    text-decoration:none;
	}
a.smallwhitetext:hover{
	font-family: Georgia;
	font-size: 12px;
	color: #ffffff;
	background-color: #8c2f2f;
	font-weight: bold;
	padding: 3px;
    text-decoration:none;
	}
a.bluetext:hover{
	font-family: Georgia;
	font-size: small;
	color: #ffffff;
	background-color: #8c2f2f;
    text-decoration:none;
	}

