body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #32452C;
}

h1 {
	font-size: 12px;
	color: #506d68;
	margin-left : 50px;
	letter-spacing: 3px;
	
}

h2 {
	font-size: 24px;
	letter-spacing: 4px;
	color: #506D68;
}

h3 {
	color: #506D68;
	font-size: 13px;

}
h4 {
	color: #506D68;
	font-size : 14px;
	margin-left: 50px;
}

h5 {
	color: #32452c;
	font-size : 12px;
	font-style : italic;
	
}
h6 {
	color: #32452c;
	font-size : 9px;
	text-decoration : none ;
	
}

p {
	color: #32452c;
	font-size : 10px;
	text-decoration : none ;
	
}
	

a {
	color: #00335B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	
}

a:hover {
	color: #005B28;
	font-weight: 900;
}
