.frame1 {
    background-color: #ffffff;
}

.main {
    background-color: #efefef;
}

.footer {
    background-color: #525556;
}

.sidebar {
    background-color: #e1e1e1;
}

.text1 {
    color: #7d7d7d;
}

.text2 {
    color: #bc2f11;
}

.text3 {
    color: #161819;
}

.box1 {
    color: #5d5e5e;
    background-color: #1f2121;
}

.box2 {
    color: #d0d2d2;
    background-color: #1f2121;
}

.box3 {
    color: #fefefe;
    background-color: #bdbcbc;
}

.box4 {
    color: #000000;
    background-color: #bdbcbc;
}

.errorbox {
    color: #ffffff;
    background-color: #990033;
}

.keycolor1 {
    color: #bcbcbc;
}

