body {
	font-family: sans-serif;
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
}
h1 {
	color: #0066AA;
	font-weight: normal;
	border-bottom: dashed 1px #AADDFF;
	font-size: 1.5em;
	padding-bottom: 0.5em;
}
h1 a {
	padding-right: 32px;
}
h1 a:hover {
	background-image: url(return.png);
	background-repeat: no-repeat;
	background-position: right center;
}
h2 {
	color: #666666;
	font-weight: normal;
	border-bottom: dashed 1px #DDDDDD;
	font-size: 1.25em;
	padding-bottom: 0.5em;
}
p {
	line-height: 1.5em;
}
em, em a {
	color: gray;
}
li {
	line-height: 2em;
}
a {
	color: #0066AA;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
}