Creo haberte entendido bien. Lo he puesto tal que así, pero no funciona.
Paso el código y resalto la linea y así nos evitamos dudas:
Código:
<<A href="mailto:%@LANGUAGE="VBSCRIPT">%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin título</title>
<link href="hojaestilo.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="1">
<tr>
<td onmouseover="this.backgroundColor = '000099'"
bgcolor="#999999" class="prueba">dfa</td>
</tr>
<tr>
<td bgcolor="#999999" class="prueba">df</td>
</tr>
<tr>
<td bgcolor="#999999" class="prueba">dafdf</td>
</tr>
</table>
</body>
</html>
Gracias