﻿body {
}
a:active
{
    text-decoration: underline;
    font-style: italic;
    color: #004040;
}
a:hover
{
    text-decoration: none;
    font-weight:bold;
    color: #004040;
}
a:link
{
    font-style: italic;
    text-decoration: underline;
    color: #004040;
}

a:visited
{
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #004040;
}

