body {
	margin: 0px;
	padding: 0px;
	background-color: #003300;
	background-repeat: repeat-x;
}

.top-list 
{
    font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

.body_text {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
a:link 
{
	color: #FEB8C5;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;
}

h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #FFFF00;
}


.navi {
	font-family: verdana;
	font-size: 12px;
	color: #FFFF00;
	height: 25px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B2B07;
	
}
.navi a{
	color: #FFFF00;
}

