/* CSS Document */
body {
	background-color: #A69F6F;
}
.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
}
a:link {
	color: #663333;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color:#663333;
}
a:hover {
	text-decoration:none;
	color: #000000;
}
a:active {
	text-decoration: none;
}