/* CSS Document */



.navigation {
	font-family: "Geneva",  sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #00000;
	text-decoration: none;
	background-color: none;
	display: block;
	padding: 6px;
	width: auto;
	vertical-align: middle;
}


.navigation:hover {
	font-family: "Geneva", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #557af8;
	text-decoration: none;
	background-color: none;
	display: block;
	padding: 6px;
	width: inherit;
}

.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #3300FF;
	text-decoration: underline;
	background-color: #FFFFCC;
	display: block;
	padding: 5px;
	width: auto;
	vertical-align: middle;
}
