body {
	background-image: url(imag/benbg.jpg);
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: 270%;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: 180%;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Green;
	font-size: 90%;
}

a:link {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Yellow;
	font-weight: bold;
	background-color: Olive;
	text-decoration: underline;
}
a:active {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

ul#navlist
{
margin-left: 0;
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: Green;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 100%;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #228B22;
	text-decoration: none;
	font-size: 100%;
}









