provate voi... non funzia....
mettete in un file questo codice

codice:
<html>
<head>
<title>CSS</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">


.LinkBianco {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial; 
}
A.LinkBianco:link { text-decoration: none; color:#ffffff; } 


</style>
</head>

<body>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="1" class="LinkBianco">Home</td>
  </tr>
</table>


</body>
</html>