BODY {
	font-family: Arial, sans-serif;
	background-color: white;
	color: black;
	font-size: 12pt;
}

H3 {
	background: url(h3back.jpg) repeat-y;
	font-weight: bold;
	font-size: 16pt;
}

P.copyright {
	font-size: 7pt;
}

A:link {
	text-decoration: none;
	color: #00CC00;
}

A:visited {
	text-decoration: none;
	color: #00CC00;
}


A:hover {
	text-decoration: none;
	color: #00FF00;
}


A:active {
	text-decoration: none;
	color: #FF0000;
}

