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

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

.navigation {
	font-family: "Lucida Sans";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099FF;
	display: block;
	padding: 8;
}

.navigation:hover {
	font-family: "Lucida Sans";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #0066CC;
	text-decoration: none;
	background-color: #0099FF;
	display: block;
	padding: 8;
}

