.nav a{
	font-family: arial;
	color: #003900;
	text-decoration: underline;
	font-size: 9pt;
}
.nav {
	font-family: arial;
	font-size: 9pt;
}

.nav a:hover{
	text-decoration: none;
}

.bodytext {
	font-family: arial;
	font-size: 9pt;
	color: black;
}

.bodytext a{
	color: blue;
	text-decoration: underline
}

.bodytext a:hover{
	text-decoration: none;
}