﻿a{
    color:dimgray;
    text-decoration:underline;
    font-weight:bold;
}

a:visited
{
    text-decoration:underline;
    font-weight:bold;
}

a:hover{
    color:#6666D4;
    text-decoration:underline;
    font-weight:bold;
}

a:active
{
    color:dimgray;
    text-decoration:underline;
    font-weight:bold;
}
body
{
    margin-bottom: 0px;
    margin-top: 0px;
}