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

body {
	background-color: #00371C
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
		
}

h1 {
	font-size: 18px;
	
	}


h2 {
	font-weight:normal;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

a {
	font-size: 14px;
	color: #493A5F;
	text-decoration: none;
}
	
a:visited {
	color: #493A5F;
	
}

a:hover {
	text-decoration:underline;
		
}


p {
   font-size: 14px;
   text-align: left;	
	
	}















