/* CSS Document */

p{
font-family:"Kabel Book BT";
font-size: 14px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
}

.bold {
font-family: "Kabel Book BT";
font-size: 14px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: "Kabel Book BT";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: auto;
}


.navigation:hover {
	font-family: "Kabel Book BT";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding: 8px;
	width: auto;
}
