body {
	margin: 0px;
	padding: 0px;
	background-color: #003300;
}

li, td 
{
    font-size: 11px;
}

.body_text {
	font-family: verdana;
	font-size: 12px;
	color: #FFF4F4;
	line-height: 16px;
}
a:link {
	color: #99FF00;
	text-decoration: none;
}

a:hover {
	color: #99FF00;
	text-decoration: none;
}

a:visited {
	color: #99FF00;
	text-decoration: none;
}

h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #99FF00;
}


.navi {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	height: 25px;
	padding-left: 10px;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}

.navi a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navi a:link {
	color: #FFFFFF;
	text-decoration: none;
}