@charset "UTF-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	line-height: 18px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: none;
	display: block;
}

headlines {
font-family:Verdana, sans-serif;
font-size:16px;
font-weight:bold;
color:#009900
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: none;
	display: block;
}
