/* CSS Document */

body{
	background-color:#DFE9B5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.maintext {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:100;
font-style:normal;
}

.boldtext {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
font-style:normal;
}

.mp3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
font-weight:bold;
font-style:normal;
}

.subtitle {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#587C50;
font-weight:bold;
font-style:normal;
}

.title {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:17px;
color:#587C50;
font-weight:bold;
font-style:normal;
}

.footer {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
font-weight:100;
font-style:normal;
}

.centerposition {
position:absolute;
margin-left:auto;
margin-right:auto;
}

.navigation {
position:absolute;
top:120px;
width:100%;
}

.body {
position:absolute;
top:158px;
}

.header {
position:absolute;
top:0px;
}

.navtext {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:15px;
color:#FFFFFF;
font-weight:bold;
}

#nav a:link {
	text-decoration: none;
	color:#ffffff;
}
#nav a:visited {
	text-decoration: none;
	color:#ffffff;
}
#nav a:hover {
	text-decoration: none;
	color: #CBD99B;
}
#nav a:active {
	text-decoration: none;
	color:#ffffff;
}

#body a:link {
	text-decoration: none;
	color:#587C50;
}
#body a:visited {
	text-decoration: none;
	color:#587C50;
}
#body a:hover {
	text-decoration: none;
	color: #CBD99B;
}
#body a:active {
	text-decoration: none;
	color:#587C50;
}
