h1 {

	font-family: "Century Gothic";

	font-size: 30px;

	font-weight: bold;

	color: #89A888;

}

h2 {

	font-family: "Gill Sans MT";

	font-size: 14px;

	font-weight: normal;

}

a:link {

	color: #89A888;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #89A888;

}

a:hover {

	text-decoration: underline;

	color: #89A888;

}

a:active {

	text-decoration: none;

	color: #89A888;

}

input {

	font-family: "Times New Roman", Times, serif;

	color: #FFFFFF;

	background-color: #999999;

}

