#c1 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#c1 h1, #c1 ul h2, #c1 ul th
{
	text-align: center;
}

#c1 ul td, #c1 ul th
{
	width: 50%;
}

#c1 ul .left img
{
	float: left;
	margin-right: 1em;
}

#c1 ul .left ul
{
	float: left;
	text-align: left;
}

#c1 ul .right img
{
	float: right;
	margin-left: 1em;
}

#c1 ul .right ul
{
	float: right;
	text-align: right;
}

#c1 li li
{
	margin-bottom: 0.1em;
}

#c1 a:link, #c1 a:visited
{
	color: #177926;
}

#c1 a:hover
{
	background-color: #F9C529;
	color: #000000;
	text-decoration: none;
}