body {
	font-size: 10pt;
}

.main-text {
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	padding: 5px;
	margin: 0px 20px;
}


a:link, a:visited, a:active	{
	color: #7D7B35;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #f3f3f3;
	background-color: #BABC78;
	text-decoration: none;
	font-weight: bold;
	}
	
a.green:link, a.green:visited, a.green:active	{
	color: #7D7B35;
	text-decoration: none;
	font-weight: bold;
	}

a.green:hover {
	color: #efefef;
	background-color: #7D7B35;
	text-decoration: none;
	font-weight: bold;
	}
	
a.nav:link, a.nav:visited, a.nav:active	{
	text-decoration: none;
	}

a.nav:hover {
	text-decoration: none;
	}