Gracias por tu respuesta, pero no he solucionado el problema. Siguiendo tus indicaciones me sale aún peor, ya que aparece todo sin formato:
Código:
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.pg p {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
color: #FFF;
background-color: #000;}
.pg p a {color: #FFF;}
.pg p a:visited {color: #666;}
.pg p a:hover {color: #C00;}
-->
</style>
</head>
<body>
<p class="pg">zxvzxcv <a href="asdfg">asdfasdf</a> <a href="asdf">asdfasdf </a></p>
</body>
</html>