body {
	font-family: "Century Gothic", Arial, Verdana;
	background-color: #eeeeee;
	color: #000000;
}
h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
}
h2 {
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: medium;

}
p {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
form { 
	margin-bottom: 0px;
}
