body {
	background-image: url(/assets/images/bg01.gif);
	background-repeat: repeat-x;
	background-color: #E8CC98;

}
a:link {
	color: #003400;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003400;
}
