/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight:normal;
	background-color: #4F720E;
	background-image: url(../images/back4.jpg);
	background-repeat: repeat-x;
	opacity: 90%;
}

.style1 {
	font-size: 0.9em;
	font-style: normal;
	font-weight:normal;
}
.headline {
	font-size:1em;
	font-style: normal;
	font-weight: bold;
}

a:link {
color:#000000;
text-decoration:none;
}     
a:visited {

color:#000000;
text-decoration:none;
}  
a:hover {

	color:#0000FF;
	text-decoration:none;
}  
a:active 
{
color:#000000;
text-decoration:none;
} 

