﻿#sup_home a:link,#sup_home a:visited,#nav a:link,#nav a:visited,.black:link,.black:visited {
    color: Black;
    text-decoration: none;
    background-color: inherit;
}
.red:link,.red:visited {
    color: red !important;
    text-decoration: none;
    background-color: inherit;
}
.d_red:link,.d_red:visited {
    color: #bc2931;
    text-decoration: none;
    background-color: inherit;
}
a:link,a:visited {
    color: #1f3a87;
    text-decoration: none;
    background-color: inherit;
}
a:hover,#sup_home a:hover,#nav a:hover,.red:hover,.d_red:hover,.black:hover {
    color: #bc2931;
    text-decoration: underline;
    background-color: inherit;
}
.blue:link,.blue:visited {
    color: blue;
    text-decoration: none;
    background-color: inherit;
}
.blue:hover {
    color: red;
    text-decoration: underline;
    background-color: inherit;
}

