

a:link {color: #8000FF; text-decoration: none}
a:visited {color: #8000FF; text-decoration: none}
a:hover {color: #DAA520; font-size: 110%; text-decoration: underline}
a:active {color: #FF1493; text-decoration: none}
p.highlight {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #DE9203;
	font-weight: bold;
}

ul#navlist
{
margin-left: 2em;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #C71585;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 100%;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.1em;
	color: Black;
	background-color: #ddd;
	border-top: 0;
}