body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 80%;
	font-weight: bold;
	color: #1A6842;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BDDDC7;
	border-right-color: #BDDDC7;
	border-bottom-color: #BDDDC7;
	border-left-color: #BDDDC7;
	margin-right: 5px;
	padding-right: 5px;
}
a:link {
	color: #1A6842;
	text-decoration: none;
}
a:visited {
	color: #1A6842;
    text-decoration: none;
}
a:active {
text-decoration: none;
	color: #99CC33;
}
a:hover {
color: #BDDDC7;
 text-decoration: none;
}

