<STYLE>

body {
}       	
   #section1 a {
           display : block;
           padding : 5px;
           text-decoration : none;
           font : 10px tahoma, helvetica, arial, tahoma;
           font-weight : bold;
      }


   #section1 {
           position : relative;
           font : 10px tahoma, helvetica, arial, tahoma;
           
      }

     
   #section1 a {
           color : #000000;
		   }		
		   
   #section1 a:hover {
           background-color : #99cccc;
           color : #0000ff;
      }



  #section2 a {
           display : block;
           padding : 3px;
           text-decoration : none;
           font : 11px tahoma, helvetica, arial, tahoma;
           font-weight : bold;
      }            
   #section2 {
           position : relative;
           font : 11px tahoma, helvetica, arial, tahoma;
           
      }

     
   #section2 a  {
           color : #330099;
		   }		
		   
   #section2 a:hover {
           background-color : #ffffff;
           color : #0000ff;
      }


</style>
