body {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}

table
{
	border: 1px;
	background-color: #999;
	font-size: 10px;
}
tr
{
	vertical-align: top;
}
th
{
	text-align: left;
	background-color: #ccc;
}
th,
td
{
	padding: 2px;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 1.2em;
}
td
{
	background-color: #fff;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #f30;
}

a:hover {
	color: #fff;
	background-color: #f30; 
}

#wrapper {
	width: 400px;
	margin: 10px auto;
	text-align: left;
}

#content {
	font-size: 1.2em;
	line-height: 1.8em;
}

#content h1 {
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
}

#content h2 {
	font-size: 1.2em;
	margin-top: 3em;
}