body {
	background-color : #000000;
	color : #dadada;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 87%;
      }
TD {
      	color : #cecece;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 90%;
      }
a:link {
	text-decoration: none;
	color: #ededef;
        font-weight : bold;
}
a:visited { color: #cccccc; 
            text-decoration : none;
            font-weight : bold;}
a:hover {
	color: #eeeefe;
	text-decoration : underline;
	font-weight : bold;
}
a:active { color: Red; }