div.latest h1
{
	float:left;
}

div.latest h2
{
	margin-left: -30px;
}

div.latest ul
{
	clear:both;
	list-style-image: url("famfam/calendar_add.png");
}

div.latest li
{
	margin-top: 7px;
	margin-left: 17px;
	margin-bottom: 20px;
}

div.latest a
{
	font-weight: 600;
	text-decoration: none;
	color: #122F12;
	background: #AFFFB0;
	border: 1px solid #2C8F2E;
	padding: 1px 2px 1px 2px;
}

div.latest a:hover
{
	color: #124200;
	background: #61DF63;
}

div.latest a.rss-latest
{
	background: none;
	border: none;
	margin-left: 4px;
}