/* CSS Document */
body {
	background-color: #996633;
	background-image: url();
}
.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
a.other {
color: #000000;
	text-decoration: none;
	}