<STYLE> 
       font.title  {
       	font-size : 26px;
       	font-family : AdLib BT, tahoma, arial;
       	color : 0066cc;
       	font-weight : bold;
       }
       
       A:link  {
       	text-decoration : none;
       	color : #0066cc;
       }
       
       A:visited  {
       	text-decoration : none;
       	color : #0033cc;
       }
       
       A:active  {
       	text-decoration : none;
       	color : #000000;
       }
       
       A:hover  {
       	text-decoration : underline;
       	color : #990000;
       }
       
       BODY  {
       	background-image : url(/images/bg.gif);
       	font-size : small;
       	font-family : Arial, Tahoma, Verdana;
       }
</STYLE>