ese es el codigo que tengo en mi blog..
Código PHP:
<style type="text/css">
BODY, HTML{
}
BODY, TABLE{
font-family: trebuchet ms;
font-size: 9pt;
color: white;
font-weight: none;
}
A:LINK{
font-family: trebuchet ms;
font-size: 8pt;
color: red;
text-decoration: none;
}
A:VISITED{
font-family: trebuchet ms;
font-size: 8pt;
color: #CC0000;
text-decoration: none;
}
A:HOVER{
font-family: aria;
font-size: 9pt;
color: red;
background: none;
text-decoration: none;
}
IMG{
border-color: FF0033;
filter: No Filter;
}
A:LINK IMG{ filter: No Filter }
A:HOVER IMG{ filter: Blur(Add = 0, Direction = 225, Strength = 10) }
</style>
<style type="text/css">
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-color:000000;
background-image:url("http://img215.imageshack.us/img215/7379/terminados.gif");
background-attachment: fixed;
background-position:top left;
background-repeat:repeat;
border-color:FFFFFF;
border-width:4px;
border-style: solid;
</style>