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

p{
	font-family: Souvenir;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

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

.navigation {
	font-family: Verdana sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	display: inline-block;
	padding: 0px;
	width: 100px;
}

.navigation:hover {
	font-family: Verdana sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5C5C5C;
	display: inline-block;
	padding: 0px;
	width: 100px;
}


