﻿body {

}

a:link {
    color: #6a5eff;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #884488;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #bb1122;
    text-decoration: none;
    font-weight: bold;
}

a:active {
    color: #bb1122;
    text-decoration: underline;
    font-weight: bold;
}
