body {
	background-color: #CCC177;
	background-image: url(assets/banner.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	color: #000000;
	margin: 0px; padding: 0px;
	}
	
body, h2, h3, div, table, td , p
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0C271B;
		}		
		
div {
	width: 600px;
	text-align: left;
	margin: 40px 0 5px 15px;
}


h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #706417;
	text-align:left;
	margin: 80px 0px 6px 15px;
	display: block;
	}
	
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #706417;
	text-align:center;
	margin: 10px 0px 10px 0px;
	display: block;
	}	


/* links */
a {color: #293D5E;}
a:link {#293D5E; text-decoration: underline;}
a:visited { color: #0C271B;}
a:hover { color: #000000; text-decoration: none;}
a:active { color: #293D5E; text-decoration: underline;}
