a:link
{
    color: #0066ff;
    text-decoration:none;
}
a:visited
{
    color: #0066ff;
    text-decoration: none;
}
a:hover
{
    color: red;
    cursor: hand;
     text-decoration:underline;
}
a:active {color:blue; text-decoration:none;}


img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}    
