.row1{background-color: #e4e4e4}
.row2{background-color: #C9C9C9}
.row2:hover{background-color: #e0c78f}
.row1:hover{background-color: #e0c78f}
echo "<tr align='center' class='row2'> <td > $row[2]</td> <td >$row[1] </td> <td width='200'>$date[0],$date[1],$date[2] </td> <br/> </tr>";
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>www.echessdesign.com</title>
<style type="text/css">
a {
color:green;
}
a:hover {
color:fuchsia;
}
a span {
color:red;
}
a:hover span {
color:black;
}
</style>
</head>
<body>
<a href="www.echessdesign.com">www.<span>echessdesign</span>.com</a>
</body>
</html>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>www.EchessDesign.com</title>
<style type="text/css">
.row1 a:link {background-color: #ff2200}
.row1 a:visited {background-color: #e0c78f}
.row1 a:hover {background-color: #e0c78f}
</style>
</head>
<body>
<span class="row1">
<a href="www.echessdesign.com">www.SchessDesign.com</a>
</span>
</body>
</html>