﻿body {
}
a:link
{
    cursor: hand;
}
a:hover
{
    cursor: hand;
    text-decoration: underline overline;
}

a:visited
{
    cursor: hand;   
}
a:active
{
    cursor: default;
}
