/* CSS Document */
p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: normal;
padding: 3px;
}

.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
	background-color: #EEEEEE;
	display: block;
	padding: 8px;
	width: auto;
	background-image: none;
}

.navigation:hover {
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	background-color: #EEEEEE;
	display: block;
	padding: 8px;
	width: auto;
}

