body {			margin:0px;
				padding: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				background-color:#cfc387;
		
}

/* heading areas where h1 is for white large, h2 is for the same size as h1 but in blue and h3 for a smaller blue  */	

h1 {font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a44a25;
	font-style:normal;
	font-weight:bold;
	line-height: 40px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;	
	border-bottom:1px;
	border-bottom-color:#ca8327;
	border-bottom-style:dashed;
	border-bottom-width:100%;
	}
	

	
/* paragraph text in white */		
	
p { font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e461d;
	font-style:normal;
	font-spacing: 3px;
	font-weight:normal;
	line-height: 20px;
	margin-bottom:25px;

	margin-left:10px;
	margin-top:5px;
	margin-right:10px;	
	margin-bottom:10px;
}


/* links in white */

a {				color:#2b2507;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight:bold;
				text-decoration: none;
}

a:link {		color:#2b2507;
				text-decoration:none;
}

a:visited {		color:#2b2507;
				text-decoration:none;
}


a:hover {		color:#000000;
				text-decoration:none;
}



