body {
	margin:0px;
	color: #666666;
	background-color: #F2F1B3;
	}

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: inherit;
	font-weight: bold;
	text-transform: inherit;
	background-color: #E5E25F;
	color: #575759;
	letter-spacing: normal;
}

a:link {
	text-decoration: none;
	color:#575759;
}
a:visited {
	text-decoration: none;
	color:#575759;
}
a:hover {
	text-decoration: overline;
	color:#575759;
	}
a:active {
	text-decoration: none;
	color:#575759;
}
