@charset "UTF-8";
/* CSS Document */

body {
	background-color: #1f1700;
	margin-top: 10px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #CEC2A8;
}	
.quote {
	font-family: Georgia,;
	font-size: 12px;
	line-height: 28px;
	color: #CEC2A8;
}
a:link {
	color: #F5ECDD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F5ECDD;
}
a:hover {
	text-decoration: underline;
	color: #F5ECDD;
}
a:active {
	text-decoration: none;
	color: #F5ECDD;
}
