/* CSS Document */
body {
	background-color: #649619;
	background-attachment: fixed;
	background-image: url(temp/background3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #2AB534;
}
body, td {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.footer {
    color: #99FF66;
	font-size: 10px;
	padding-top: 5px;
	
}.content {
	background-attachment: fixed;
	background-image: url(images/crest.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
a {
	color: #35A617;
	text-decoration: none;
}
a:hover {
	color: #35A617;
	text-decoration: underline;
}
