body {
	font-family: bitstream vera sans, trebuchet MS, trebuchet, verdana, sans-serif;
	background: #F0F0F0;
	color: #444;
}

a {
	text-decoration: none;
	color: #9F4747;
}

a:hover {
	text-decoration: underline;
}

div.subliminal {
	position: absolute;
	left: 50%;
	width: 320px;
	margin: 40px auto auto -160px;
	background: white;
	text-align: center;
	border: 1px solid #CCC;
}

h1 {
	color: teal;
	font-size: 10pt;
	font-weight: bold;
	margin: 0em 0em 2em 0em;
}

h2 {
	font-size: 10pt;
	margin-left: 1em;
	text-align: left;
	color: #444;
}

ul {
	text-align: left;
	margin: 1em;
	padding: 0em 0em 0em 2.5em;
}

img {
	margin: 20px auto 0.5em auto;
}
