#navlist li
{
display: inline;
list-style-type: none;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin-left: 20px;
margin-right: 20px;
}

#navlist a {
	color:#000;
	text-decoration:none;
}

#navlist a:hover {
	color: #06F;
	text-decoration:none;
}
.smalltext {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.smallertext {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.menutitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}
h1 {
	font-size:12px;
	color:#127fed;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:11px;
	color:#FE5A09;
	font-weight:bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
