A:hover  {
	text-decoration :underline;
	color : red;
}

A:link  {
	text-decoration : none;
	color : navy;
	font-family : "Arial","Helvetica";
	font-weight : bold;
	margin-bottom : 0;
}

A:visited  {
        text-decoration : none;
	color : navy;
	font-family: "Arial","Helvetica";
	font-weight : bold;
}

A:active  {
	text-decoration : none;
	color : blue;
	font-family: "Arial","Helvetica";
	font-weight : bold;
}
#tl       { 
        color          :black; 
        font-family    :"Arial","Helvetica";
        font-style     :italic; 
        font-weight    :bold; 
        font-size:14pt
}
#bg  {
	color : black;
	font-family : "Arial","Helvetica";
	font-weight : bold;
	font-size : 26pt;
}
#bg2  {
	color : gray;
	font-family : "Arial","Helvetica";
	font-weight : bold;
	font-size : 13pt;
}
#tbltxt  {
	color : black;
	font-family : monolspace;
	font-weight : bold;
	font-size : 10pt;
}


BODY  {
	background-color : white;
	margin-top : 0;
}