body {
	background: #e9e9e9;
}

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

.a {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: none;
}
.a1 {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: none;
	color: #fff;
	text-decoration: none;
	border: none;
}

p img { float: left; margin: 1.5em 1.5em 1.5em 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
.top { margin-top: 0; }

h2 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }

#content { padding: 5px; }