h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2d9f97;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F59F37;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: 2d9f97;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-weight: bold;
	color: #ED880C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ed880c;
	font-weight: bold;


}
a:hover {
	font-weight: bold;
	color: ED880C;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: ED880C;
	text-decoration: none;
}
