body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	color: #8A8A8A;
	background-color: #F1FEB2;
	line-height: 20px;
}

.nav {
	line-height: 25px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC00;
}
.nav a {
	line-height: 25px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-color: #99CC00;
	text-decoration: none;
}
.nav a:hover {
text-decoration:underline
}
