body {
	background-color: #FFF;
	color: #000;
}
a:link, a:visited { color:#666666; text-decoration:none; }
a:hover { color:#333333; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	vertical-align: top;
}
table#listing td {
	font-size: 12px;
}
table#listing td#header {
	text-align: center;
	color: #333;
	text-decoration: underline;
}
table#listing td.number {
	color: #999;
	padding-right: 10px;
}

table#entry td {
	font-size: 16px;
	color: #666;
}
table#entry td span.number {
	color: #999;
}
table#entry td span.title {
	color: #333;
}

td#title {
	padding-top: 10px;
	padding-left: 14px;
	text-align: center;
}
td#title, td#title a {
	letter-spacing: 14px;
	color: #999;
}