div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  verdana, geneva, arial, helvetica, sans-serif;
    font-size:	10pt;
    font-weight:	bold;
    color:	#DDD;
    }
a	{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size:	10pt;
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#DDD;
	background-color: transparent;
	}
a:visited	{
	color:	#DDD;
	background-color: transparent;
	}
a:active	{
	color:	black;
	background-color: transparent;
	}
a:hover	{
	color:	black;
	background-color: transparent;
	text-decoration:	underline;
	}

