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

h1 {
	color: #374782;
	text-decoration: none;
	text-shadow: #959595 0px 1px 1px;
}

p {
	font-size: small;
}

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

a:visted, a:active {
	color: #2c3a69;
	text-decoration: none;
}

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

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