P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size: small;
	font-family: "Century Gothic";
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
}

A:Visited  {
	font-size: small;
	font-family: Century Gothic;
	font-weight: normal;
	font-style: normal;
	color: red;
	text-decoration: none;
}

A:Active  {
	font-size: small;
	font-family: Century Gothic;
	font-weight: normal;
	font-style: normal;
	color: green;
	text-decoration: none;
}

A:Hover  {
	font-size: small;
	font-family: Century Gothic;
	font-weight: normal;
	font-style: normal;
	color: olive;
	text-decoration: underline;
}

BODY  {}

