body {
table,td,th{
	border-collapse:collapse;
	margin:0;
	padding:0;
	text-align:center;
}
td,th{
	padding:.2em .5em;
	vertical-align:top;
	text-align:center;
	font-weight:normal;
}
thead th{
	text-transform:uppercase;
	font-weight:bold;
}
tbody td{
	background:#fff;
}
tbody th{
	background:#fff;
	font-weight:bold;
}
tbody tr.odd td{
	background:#eee;
}
tbody tr.odd th{
	background:#ccc;
}

td.litd {
	font-family: Verdana;
	font-size: 6px;
}

caption{
	text-align:center;
	font-size:140%;
	text-transform:uppercase;
	letter-spacing:-1px;
}
table th a:link{
	color:#030;
}
table th a:visited{
	color:#003;
}
table td a:link{
	color:#369;
}
table td a:visited{
	color:#000;
}
table a:hover{
	text-decoration:none;
}
table a:active{
	color:#000;
}
li {
	border: 0px solid black;
	margin-left: 0px; 
	display: inline;
}
ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
}