/* CSS Document */

body {
	font-family: Georgia, Garamont, "Times New Roman", Times, serif;
	background-color: #FFF3ea;
}

.headline {
	font-family: Georgia, Garamont, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
	color: #14643c;
}

.subheadline {
	font-family: Georgia, Garamont, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #14643c;
}
.Subheadlinerot {
	font-family: Georgia, Garamont, "Times New Roman", Times, serif;;
	color: #880011;
	font-size: 24px;
	font-weight: bold;
}

.normal, a link, a visited, a focus, a hover, a active {
	font-family: Georgia, Garamont, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #14643c;
	line-height:150%;
}

.navi, a link, a visited, a focus, a hover, a active {
	font-family: Georgia, Garamont, "Times New Roman", Times, serif;
	color: #FFF3ea;
	font-size: 16px;
}

.navibg { background-color:#880011;
}
