BODY, TD {
	color:#ffffff;
	background-color: #000000;
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
}

H1 {
	font-size: 18pt;
	color: Red;
}

H2 {
	font-size: 16pt;
	color: #FF9900;
}

H3 {
	font-size: 14pt;
	color: #CC66FF;
}

H4 {
	font-size: 10pt;
	color: #660099;
}

.fancy {
	font-family: "MS Serif", "New York", serif;
	color: red;
	font-size: 14pt;
	font-weight: bold;
}

.small{
	font-family: veranda, sans-serif, arial, helvetica;
	font-size: 8pt;
}

.copy {
	font-family: veranda, sans-serif, arial, helvetica;
	font-size: 9pt;
	text-align:center;
	color: #FFFFFF;
}

A:link {
	color: Orange;
	font-style: none;
	font-weight: normal;
	text-decoration: none;
}

A:visited {
	color: Orange;
	font-style: none;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color: #6699FF;
	font-style: none;
	font-weight: normal;
	text-decoration: underline;
}

A:active {
	color: #FF6A0C;
	font-style: none;
	font-weight: normal;
	text-decoration: underline;
}
