﻿body {
    background: #f5f5f5;
    color: #666;
}

.menuBar {
    background-color:#A80000;
}

.MainTextColor {
    color: #A80000;
}

    .MainTextColor A {
        color: #A80000;
    }


.buttoncolor {
    background: #A80000;
    background: linear-gradient(to bottom, #A80000 71%, #800000 100%);
    border: solid 5px #800000;
}

    .buttoncolor:hover {
        background: white;
        border: solid 5px #A80000;
    }

.lightColor {
    background: #ef9a9a;
}

.JustColor {
    background: #A80000;
    margin-bottom: 5px;
}


h1 {
    color: #A80000;
}

h3 {
    color: #A80000;
}

.Type {
    border-bottom: solid 5px #A80000;
}

.CSide {
    border-top: solid 5px #A80000;
}

.Cnt {
    border-top: solid 0px #A80000;

}

.NavText {
    color: black !important;
}

.NavColor {
    background-color: #cfd8dc !important;
}