﻿a:link,a:visited {
    color: #505050;
    text-decoration: none;
    background-color: inherit;
}
.blue:link,.blue:visited {
    color: #00aeda;
    text-decoration: none;
    background-color: inherit;
}
a:hover,.blue:hover {
    color: red;
    text-decoration: underline;
    background-color: inherit;
}
.red:link,.red:visited {
    color: #bc2931;
    text-decoration: none;
    background-color: inherit;
}
.red:hover {
    color: red;
    text-decoration: underline;
    background-color: inherit;
}

