h1 {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     decoration: bold;
     color: black;
}


#navlist {
	position: absolute;
	width: 100px;
}


#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial bold, Helvetica, sans-serif;
	font-size: 11px;
}


#navlist li {
	margin: 0 0 0px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 2px;
	border: 1px solid #333;
	width: 110px;
	background-color: white; /* */
	
}

#navlist a:link, #navlist a:visited {
	color: black;
	/*/*/color: black;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 1px solid #333;
	background-color: #CCCCCC;
	color: #333;
}


#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid black;
	background-color: grey;
	color: black; /* */
}

