/* CSS Document */

td img {display: block;}
body {
	background-color: #FFFFF0;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

html, body {
scrollbar-face-color:#106B00;
scrollbar-base-color:#106B00;
scrollbar-arrow-color:#FFFFF0;
scrollbar-track-color:#FFFFF0;
scrollbar-shadow-color:#FFFFF0;
scrollbar-highlight-color:#FFFFF0;
scrollbar-3dlight-color:#FFFFF0;
scrollbar-darkshadow-Color:#FFFFF0;
}

.content {
	padding: 5px;
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #106B00;
}

<!--
body,td,th {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #106B00;
}
a:link {
	color: #417B00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #939700;
}
a:hover {
	text-decoration: underline;
	color: #939700;
}
a:active {
	text-decoration: none;
	color: #417B00;
}
.style1 {color: #FFFFF0}