body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #339966;
	background-color: #E0FF9F;
	padding: 5px;
	margin: 5px;
}
.normal {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #339966;
	margin: 5px;
	padding: 5px;
}
h1 {
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FF33CC;
	line-height: 26px;
	text-align: center;
}
h2 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF99CC;
	text-align: center;
}
h3 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #33CC66;
	line-height: 18px;
	margin: 5px;
	padding: 5px;
}
a:link {
	color: #669966;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #669966;
}
a:hover {
	text-decoration: underline;
	color: #CCFFCC;
}
a:active {
	text-decoration: none;
	color: #CCFF99;
}h4 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	color: #006633;
}
.contactform {
	border: medium outset #FF99CC;
	background-color: #FFEAFF;
}
