/* CSS Document */

body {
	background-color: #8C170D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #480000;
}
a:link {
	color: #E9CEB1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E9CEB1;
}
a:hover {
	text-decoration: underline;
	color: #E9CEB1;
}
a:active {
	text-decoration: none;
	color: #E9CEB1;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small {
	font-size: 10px;
}