.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

.textnews {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
}

.textform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #AFCB85;
	height:100%; 

}


html {overflow-y:scroll;}


 

a {
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #1A3A1A;
}
a:visited {
	text-decoration: underline;
	color: #1A3A1A;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

