body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background: #2F1506;
}

/* links */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #B27B33;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #D48B2C;
	text-decoration: none;
}
a:active {
	color: #CA8A2B;
	text-decoration: none;
}



/* headers */
h1, h2, h3 {
	font-family: 'Georgia';	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #CCCCCC;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #CCCCCC;
}
h3 {
	font-size: 120%;
	color: #CCCCCC; 
}
