body {
	 background-color:	#000;
	 padding:		    0;
	 margin:		    0;
     color:             #777;
     font-size:         .8em;
     font-family:       Verdana, Geneva, sans-serif;
}
td {
     font-size:         80%;
}
td .heading {
     color:             #ccc;
     text-decoration:   underline;
     font-weight:       bold;
}
h2 {
     color:             #fff;
     font-family:       Arial;
     font-weight:       bold;
}
li {
     margin-bottom:     5px;
}
li.hd {
     position:          relative;
     top:               0;
     left:              -30px;
     color:             #fff;
     list-style:        none outside;
}
li.item {
     list-style:        none inside;
}
a:link, a:visited, a:active {
	 color:             #f00;
	 text-decoration:   none;
}
a:hover {
	 color:             #fff;
	 text-decoration:   none;
}
.subtle a {
     color:             #444;
     font-size:         10px;
}
.counter {
     color:             #000;
}
.counter img {
     border:            none;
}
