/* CSS Document */

p{
font-family: KoloWide, sans-serif;
font-size: 14px;
color: #00CCCC;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: KoloWide;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #00CCCC;
}
.navigation {
	font-family: KoloWide;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	display: compact;
	padding: 4px;
	width: 40px;
	background-color: #0099CC;
}


.navigation:hover {
	font-family: KoloWide;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	display: compact;
	padding: 4px;
	width: 40px;
	background-color: #000000;
}
