body {
	background-color: #1E4614;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed; 
	background-position: top top;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.text{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #16390F;
	text-decoration:none;
}


.text a:link, .text a:visited, .text a:active{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #16390F;
	text-decoration: underline;
}

.text a:hover {
	color: #426230;
	text-decoration: underline;
}

.header{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #16390f;
	text-decoration:none;
	font-weight:bold;
}