body {
	background-image: url(images/background.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,p,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4A7432;
	font-weight: bold;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A7432;
}
a {
	text-decoration: underline;
	font-size: 12px;
	color: #4A7432;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4A7432;
}
a:hover {
	text-decoration: underline;
	color: #996699;
}