<style>           
           <!--
           A.lnk  {
            font-family : arial;
            text-decoration : none;
            color : #000000;
            font-weight : bold;
            }
            
            A:LINK.lnk  {
            font-family : arial;
            text-decoration : none;
            color : #000000;
            font-weight : bold;
            }
            
            A:VLINK.lnk  {
            font-family : arial;
            text-decoration : none;
            color : #000000;
            font-weight : bold;
            }
            
            A:HOVER.lnk  {
           font-family : arial;
           text-decoration : underline;
           color : #FFFF53;
           font-weight : bold;
           }
            A.news  {
            font-family : arial;
            text-decoration : none;
            color : #cccf00;
            }
            
            A:LINK.news  {
            font-family : arial;
            text-decoration : none;
            color : #cccf00;
            }
            
            A:VLINK.news  {
            font-family : arial;
            text-decoration : none;
            color : #cccf00;
            }
            
            A:HOVER.news  {
            font-family : arial;
            text-decoration : underline;
            color : #ccff55;
            }
            
            TD.text  {
            font-size : 13px;
            font-family : arial;
            color : #000000;
            }
           h1 {
           	color: Yellow;
           	font-family: Arial, Helvetica, sans-serif;
           	font-size: 16px;
           	font-weight : bold;
           }
           h2 {
           	color: Yellow;
           	font-family: Arial, Helvetica, sans-serif;
           	font-size: 14px;
           	font-weight : bold;
           }
           -->
           </style>
		  
