

html  {
	margin: 0%;
	background-color: transparent;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif; 
	font-size: 97%;
	}

body{
	margin: 0%;
	padding: 0%;
	}



h1 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif; 
	font-size: 140%;
	line-height:100%;
 	color: #000;
 	background-color: #ffffff;
	}
	

h2 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif; 
	font-size: 130%;
	line-height:80%;
 	color: #851637;
 	background-color: #ffffff;
	}


h3 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif; 
	font-size: 110%;
 	background-color: #ffffff;
 	color: #233448; 
	font-weight: bold;
	line-height:110%;
	}
         
h4 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 95%;
 	background-color: #ffffff;
 	color: #1D321C; 
	font-weight: bold;
	line-height:80%;
	}



a:link {
	background-color: transparent;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size: 98%; 
	font-family: 'trebuchet ms', arial, helvetica, sans-serif; 
	margin-left: 0px;
	}


a:visited {
	color: #000; 
	text-decoration:none;
	font-weight:bold;
	background-color:transparent;
	font-size: 98%; 
	font-family: 'trebuchet ms', arial, helvetica, sans-serif; 
	margin-left: 0px;
	}
	
	
a:active {
	color:#000; 
	text-decoration:none;
	font-weight:bold;
	background-color:transparent;
	font-size: 98%; 
	font-family: 'trebuchet ms', arial, helvetica, sans-serif; 
	margin-left: 0px;
	}
a:hover {
	color: #851637; 
	font-weight:bold;
	background-color:transparent;
	font-size: 98%; 
	font-family: 'trebuchet ms', arial, helvetica, sans-serif; 
	margin-left: 0px;
	text-decoration: underline;
	}






