body {
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	background-color: #7c81b8;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img.left {
	float: left;
	margin: 15px;
	margin-top: 0px;
}
img.center {
	text-align: center;
}
img.right {
	float: right;
	margin: 15px;
	margin-top: 0px;
}