a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #EF3340; }
a:hover {color: #EF3340; }

.top-banner a:active {
    color: black;
    text-decoration: none;
    background-color: white;
}

.top-banner a:hover {
    color: black;
    text-decoration: none;
    background-color: white;
}

.rg {
    background-color: white;
}

#rg-bg {
    background-color: #EF3340;
}

#rg-fg {
    color: #EF3340;
}

.rg h1 {
    background-color: #white;
    color: black;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-family: Helvetica;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #EF3340;
    padding-top: 5px;
    margin-top: 20px;
}

.rg h2 {
    border-top-color: #EF3340;
}

