
#content table
{
	border: 1px solid #B00;
	margin-bottom: 5px;
}

#content table thead,
#content table th
{
	background: #B00;
	color: #FFF;
}

#content table tr td
{
	border: 1px solid #B00;
}

#content table tr td div
{
	margin: 0;
	background: #B00;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#content ul li
{
	float: left;
	display: inline;
}

