H1,H2,H3,H4,H5 {
	font-family : Arial, Helvetica, sans-serif;
	color : #1F6D79;
	font-weight : bold;
}

H1 {
	font-size : 22px;
	text-align : center
}

H2 {
	font-size : 20px;
}

H3 {
	font-size : 18px;
}

H4 {
	font-size : 16px;
	line-height : 150%;
}
H5 {
	font-size : 15px;
	line-height : 150%;
}
HR {
	border : medium dashed #18737B;
}

A {
		color: #1F6D79;
	    text-decoration: none;
}

A:hover {
	color: #CC3300;
	text-decoration: none;
}
	
