BODY {
	font-family: "Century Gothic";
	line-height: 1.2em;
	margin: 20px 20px 20px 20px;
}

P:first-letter {
	font-size: 150%;
	margin: 0px 10px 0px 10px;
}

TABLE TD:first-letter {
	font-size: 240%;
	float: left;
	margin: 0px 0px 0px 0px;
}

SPAN           { text-transform: uppercase }

A:link {
	color: #a0a0ff;
	text-decoration: none;
}
A:visited {
	color: #a00080;
	text-decoration: none;
}
A:active {
	color: #ff8080;
	text-decoration: underline;
}
A:hover {
	color: #77ffdd;
	text-decoration: overline;
}

A:link IMG { border: 0px }

A:hover IMG {
	border-right: ridge 2px #44dd88;
	border-bottom: ridge 2px #33cc77;
}

.mark {
	color: #ff0080;
	text-decoration: none;
}

H1 {
	font-size: 108pt;
	font-weight: 678;
	line-height: 1.0em;
}

H2 {
	font-size: 14pt;
	line-height: 1.0em;
}
H3 {
	font-size: 400%;
	float: left;
	text-decoration: none;
	vertical-align: top;
	line-height: 1.0em;
}

H4 {
	font-size: 200%;
	font-weight: 678;
	text-color: #70D0D0;
	float: topleft;
	text-decoration: none;
	vertical-align: top;
	padding: 5px 5px;
	line-height: 0.5em;
}

H5 {
	float: right;
	padding: 5px 5px;
}

H6 {
	float: right;
	background-color: #ffffff;
	padding: 5px 5px;
}


.indent {
	margin-left: 30px;
	margin-right: 25px;
}
.b {
	font-weight: bold;
}
.comment {
	font-size: 10pt;
	text-decoration: none;
}
