* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background-color: #111;
	color: #eee;
	font-size: 12pt;
}

body > h2 {
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 2px solid red;
}

body p a {
	color: #333;
	text-decoration: underline;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #eee;
}

ul, li, ol, dl, dd, dt {
	list-style: none;
}

ul {
	background-color: #ddd;
	margin: 0 10px;
}

ul li {
	border-top: 1px solid #ccc;
}

ul li:first-child {
	border-top: 0;
}

ul li a {
	display: block;
	padding: 10px 15px;
	font-size: 12pt;
	color: #111;
}

ul li a img {
	float: left;
	margin-right: 10px;
	border: 1px solid #444;
}

ul li a .subtitle {
	font-size: 10pt;
	margin: 2px 0 2px 0;
}

.body {
	margin: 0 10px;
	padding: 10px 15px;
	background: #ddd;
	color: #111;
	font-size: 10pt;
	min-height: 110px;
}

p {
	margin: 10px 0;
}

hr {
	border-top: 1px solid #444;
	height: 0;
	margin: 5px 0;
	padding: 0;
}

.small {
	font-size: 8pt;
	margin: 5px 10px;
	color: #888;
	text-align: right;
}

.footer {
	font-size: 8pt;
	margin: 15px;
	color: #888;
	text-align: center;
}

.error {
	padding: 5px;
	background-color: #844;
}

.body img {
	margin: 5px 10px 0 0;
	float: left;
}

