a:hover {color:#FF9900; text-decoration:underline; background-color:#f9f0f0;}
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> a {font-weight:bold; color:#ff0000; text-decoration:none;} a:hover {color:#FF9900; text-decoration:underline; background-color:#f9f0f0;} a:visited {color:#990000;} </style> </head> <body> <a href="http://www.Google.com/">Google</a> <a href="http://www.Bing.com/">Bing</a> <a href="http://www.Ask.com/">Ask Jeeves</a> </body> </html>