A:link {
				 	color: #000000;
          text-decoration: none;
          background: transparent;
 }

  A:active {
				 	color: #000000;
          text-decoration: none;
          background: transparent;
 }

 A:visited {
				 	color: #000000;
          text-decoration: none;
          background: transparent;
 }

 A:hover {
				 	color: #FF0000;
          text-decoration: none;
          background: transparent;
 }