@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
	background-color: #99cc33;
	background-repeat: no-repeat;
	background-position: center top;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
.footer {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.subhead {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}

