body {
	background : #ffffff;
	color: #000000;
	font: small "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
}

h1 {
	color: #cc3300;
	text-decoration: none;
	text-shadow: #003300 0px 1px 1px;
}

p {
	font-size: small;
}

a {
	color: #cc3300;
	text-decoration: none;
}

a:visted, a:active {
	color: #33ff33;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

copyright {
	color: #003300;
	font: x-small Arial, Helvetica, sans-serif;
}