body {
	background-color: #FFF5E6;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #015340;
	font-size: 16px;
	line-height: 22px;
	font-weight: lighter;
	text-align: center;
	margin: auto;
	padding-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9B03;
}
.h1 {
	color: #015340;
	font-size: 18px;
	font-weight: lighter;
}
h2 {
	color: #015340;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
}
p, img {
	color: #333333;
	font-size: 13px;
	line-height: 17px;
}
.orange {
	color: #FF9B03;
}
a:link {
	color: #015340;
	text-decoration: underline;
}
a:visited {
	color: #015340;
	text-decoration: underline;
}
a:hover {
	color: #015340;
	text-decoration: underline;
}
a:active {
	color: #FF9B03;
	text-decoration: underline;
}

