﻿
    a.maillink:link {
        color: #ffffff;
        background-color: transparent;
        text-decoration: none;
    }

    a.maillink:visited {
        color: #FF0;
        background-color: transparent;
        text-decoration: none;
    }

    a.maillink:hover {
        color: #FF0;
        background-color: transparent;
        text-decoration: underline;
    }

    a.maillink:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}


