A:link  {
     color:red;
	 text-decoration: none;
     font-family: Arial;
     font-weight: bold
    }
 A:visited {
     color:red;
	 text-decoration: none;
     font-family: Arial;
     font-weight: bold;
    }

 A:hover  {
     color:#800000;
	 text-decoration: none;
     font-family: Arial;
     font-weight: bold;
    }