﻿a:link,a:visited
{
    color: #4c4c4c;
    text-decoration: none;
    cursor: hand;
}
a:active,a:hover
{
    color: #336598;
    text-decoration: underline;
      
}
a img
{
    border: 0;
}