/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #221E1F;
	background-image:url(../GRAPHICS/spring.jpg);
	margin-top:0px;
	background-repeat:no-repeat;
	background-attachment:fixed
}

.footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #221E1F;
}

h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #221E1F;
}
a:link {
	color: #221E1F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #221E1F;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
