@charset "UTF-8";
body {
	background-color: #6d5e41;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #CCC5BB;
}
a:link {
	color: CCC5BB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: CCC5BB;
}
a:hover {
	text-decoration: underline;
	color: CCC5BB;
}
a:active {
	text-decoration: none;
	color: CCC5BB;
}
