h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #689BCD;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
.description {
	margin-left: 18px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	font-weight: bold;
	color: #618F10;
}
a:active {
	color: #000000;
}
.credit {
	font-size: 9px;
	text-transform: uppercase;
	color: #999999;
}
.footer {
	font-variant: small-caps;
	color: #4A9B29;
}

