   .links 
   {
	color:blue;
	font-family : Tahoma;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
	font-style : normal;
   }
      
   .links:hover 
   {
	color: red;
   font-family : Tahoma;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	font-style : normal;
   }
