/* CSS Document */

p{
font-family:Verdana;
font-size:18px;
color:#339999;
line-height:18px;
padding:3px;
}

.navigation{
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #009999;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	width: auto;
	display: block;
}


.navigation:hover{
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #009999;
	list-style-image: none;
	list-style-type: disc;
	text-decoration: underline;
	text-align: left;
	width: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #006666;
	background-color: #CCCCCC;
}

