body {
	margin: 0;
	padding: 0;
	background: white;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	color: #333;
}
#container {font-size: 1.2em;}
#header h1, #header ul, #footer ul {display: none;}
hr {
	border: none;
	color: #CCC;
	background-color: #CCC;
}
a {
	text-decoration: none;
	color: #8C8266;
}
a img {border: none;}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
caption {padding: 5px 0;}
th, td {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 2px 0 2px 5px;
}
td.first {width: 70%;}
