body {
	font-family: Geneva, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-top: 30px;
	color: #aaa;
}
a:link {
	color: #0d7694;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0d7694;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0d7694;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0d7694;
}
a img, a:hover img {
	display: block;
	text-decoration: none;
	border: none;
}
.light {
	color: #aaa;
}
h1 {
	font-size: 1.1em;
}
