body {
	margin: 0px;
	padding: 0px;
	background-color: #0C4F00;
}
.body_text {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
a:link {
	color: #1DA402;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #1BA301;
}


.navi {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	height: 25px;
	padding-left: 10px;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	
}
.navi a:hover{
	color: #000000;
	text-decoration: none;
}
.navi a:link{
	color: #000000;
	text-decoration: none;
}
.navi a:visited{
	color: #000000;
	text-decoration: none;
}

