#navbar {
font-family: Times New Roman, Times, serif;
    font-size:20px;
    font-weight:bold;
    height:18px;
	text-align:center;
	margin-top:0px;
	background: #99CC99;
	padding-bottom:10px;
}
#navbar li {
    list-style:none;
    display:inline;
	text-align:center;
}
#navbar a {
    width:130px;
    color:#000000;
    text-decoration:none;
    float:left;
    margin:0 -5px;
}

#navbar a:active {
    color:#000000;
}
