#navlist a:link, #navlist a:visited {
	color: black;
	font-weight: none;
	text-decoration: none;
      font-family: "arial", arial, mono;
}

#navlist a:hover, #navlist a:active {
      background-color: black;
	font-family: "arial", arial, mono;
	text-transform: none;
	text-decoration: none;
	height: 10px;
	width: 100px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;

}
body
{ 
	background: #FFFFFF
}