@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #CCCC66;
	text-decoration: none;
	background-color: #403202;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	
}
.style1 {font-size: large}
a:link {
	color: #CCCC66;
	text-decoration: none;
}
a:visited {
	color: #CCCC66;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
a:active {
	color: #CCCC66;
	text-decoration: none;
}

.table {
	filter: Alpha(Opacity=90);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #403202;
}

