
body {
    background: #2d2e8c;
}

#head {
    color: #fff;
    background: #2d2e8c; 
}

#head a {
    color: #fff;
}

#flags img {
    border-color: #fff;
}

#main-content {
    background: #fff;
}

#menu li a {
    color:  #2d2e8c;
}

#menu li a:hover {
    border-color:  #2d2e8c;
}


#text h1, #extra-text, #extra-text a {
    color: #2d2e8c;
    

}

#text h2, #text h3, #text h4, #text h5, #text h6 {
    color: #2d2e8c;
}

#text {
    border-color: #888;
}


#text a {
    color: #2d2e8c;
}

#footer {
    color: #2d2e8c;
}

.extra-content form .submit {
    background: #2d2e8c;
    border-color: #ccc;
    color: #fff;
}

.blue {
    color: #2d2e8c !important;
}

.red {
    color: #b21212 !important;
}

.green {
    color: #317600 !important;
}

