ok, mo podía quedarme con la duda jejejej
mira esto fue lo que hice
copie tu hoja de estilos y tu codigo a mi ordenador
y te hice estos cambios
hoja de estilo.css
BODY { background-color:#99FF66 ; }</p>
A:link { font-weight: bold ; color: #6699FF ; text-decoration: none; }
A:visited { font-weight: bold ; color: #CC0000 ; text-decoration: none; }
A:hover { font-weight: bold ; color: #333399 ; }
A:active { font-weight: bold ; color: #333399 ; }
p.letra { font-family: Century Gothic ; font-size: 20px ;
text-align:justify ; text-indent: 20px ; margin: 7px 8px 7px 8px ; }
codigo htm
<html>
<head>
<title>GALEON ..................visítanos en orillamar, A Coruña</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="StyleSheet" href="estilo.css" media="screen" type="text/css">
</head>
<body>
<a href="http//:perso.gratisweb.com/galeoncoruna" target="_blank">entrar
</a></p>
<p class="letra">
entrar</p>
</p>
</body>
</html>
solo le agregué ala hoja de esilos
p.letra
y a la hoja de codigo
<p class="letra">
entrar</p>
tu pusiste esto:
http//:perso.gratisweb.com/galeoncoruna
los 2 puntos van antes de "//" no despues, por eso te marca error
saludos