@charset "UTF-8";
/* CSS Document */

.style1 {color: #788060}

a:link {
	color: #bfff00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BFFF00;
}
a:hover {
	text-decoration: underline;
	color: #788060;
}
a:active {
	text-decoration: none;
	color: #788060;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #efffbf;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-color: #3c4030;
}
