Pon esto entre <head> </head>
Para quitar el borde a las imagenes:
Cita: <style type="text/css">
a img {
border: 0;
}
</style>
Quitarle subrayado a los links:
Cita: <style type="text/css">
a:link {
font-family: verdana,arial,tahoma;
font-size: 10px;
color: #000;
font-weight: normal;
text-decoration: none;
}
a:visited {
font-family: verdana,arial,tahoma;
font-size: 10px;
color: #000;
font-weight: normal;
text-decoration: none;
}
a:hover {
font-family: verdana,arial,tahoma;
font-size: 10px;
color: #000;
font-weight: normal;
text-decoration: none;
}
a:active {
font-family: verdana,arial,tahoma;
font-size: 10px;
color: #000;
font-weight: normal;
text-decoration: none;
}
</style>
Espero haberte ayudado.
Por cierto, BIENVENIDO
Suerte