Ver Mensaje Individual
  #5 (permalink)  
Antiguo 08/01/2007, 13:57
arcangelcross
 
Fecha de Ingreso: febrero-2006
Mensajes: 85
Antigüedad: 18 años, 3 meses
Puntos: 0
Re: Problema con Dreamweaver y etiquetas HTML

Ahí está

Cita:
<style type="text/css">
body {
background-image: url(images/general/fondo_general.jpg);
}
.Estilo1 {color: #666666}
body,td,th {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
color: #666666;
}
.Estilo3 {color: #1A365D}
a:link {
text-decoration: none;
color: #112B4C;
}
a:visited {
text-decoration: none;
color: #112B4C;
}
a:hover {
text-decoration: none;
color: #112B4C;
}
a:active {
text-decoration: none;
color: #112B4C;
background-color: #FFFFFF;
}
.Estilo5 {color: #003366}
.Estilo6 {color: #333333}
.Estilo10 {color: #003366; font-size: 16px; }
</style>

Desde ya gracias