/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-image: url(bg.jpg);
}
.header {
	color: #8BC53F;
	font-weight: normal;
	font-size: 20px;
	font: Georgia;
}

.small_header {
	color: #8BC53F;
	font-weight: normal;
	font-size: 16px;
	font: Georgia;
	
	}
a:visited {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}



.footer {
	color: #8BC53F;
	font-weight: normal;
	font-size: 10px;
	font: Georgia;
}
.main_text {
	color: #999999;
	font: Verdana;
	font-size: 12px;
	line-height: 20px;
}
a:link {
	font-size: 12x;
	color: #999999;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #669933;
	text-decoration: underline;
}
