 #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 3px; }
/*#navlist a { padding: 3px 10px; }*/

#navlist a:link, #navlist a:visited
{
color: #fff;
/*background-color: #036;*/
text-decoration: none;
background : #228B22;
/* mess with font */
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
 font-size : 10px;
}

#navlist a:hover
{
color: Black;
/*background-color: #369;*/
text-decoration: none;
background : #7CFC00;

/*  mess with font */
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight : bold;
 font-size : 10px;
}

.kgatxt {
	text-indent : 20px;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.kgatxtital {
	text-indent : 20px;
	font-size : 13px;
	font :  Verdana,  Arial, Helvetica, sans-serif;
	font-style : italic;
}

.kgaH1 {
	color: Black;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 22px;
}