A {     
	font-family: Verdana;
        Color : gray;
	text-decoration : none;
}
A:hover { 
        font-family: Verdana;
	Color : red;
	text-decoration : none;
}


.under {
	Color : #5C99CF;
	text-decoration : none;
       }

.under:hover
      {
	Color : #5C99CF;
	text-decoration : underline;
      }




.under2 {
        font-family: Arial Narrow;
	Color : #999999;
	text-decoration : none;
       }

.under2:hover
      {
        font-family: Arial Narrow;
	Color : #999999;
	text-decoration : underline;
      }



.big {
	Color : #003399;
	text-decoration : none;
       }

.big:hover
      {
	Color : #5C99CF;
	text-decoration : none;
      }
