/* CSS Document */
<style type="text/css">
a:link {color:FF0000; text-decoration: none}
a:visited {color:FF0000; text-decoration: none}
a:hover {text-decoration: none; color: #FF0000; font-weight:bold;}
a:active {color: #FFCCCC;text-decoration: none}
</style>

a
{
  outline: none;
}

<style type="text/css">
img a {
border:none;
}
</style>
