
body {
    background: #008b8b url(darkcyan/body-bg.jpg) top left repeat-x;
}

#head {
    color: #fff;
}

#flags img {
    border-color: #fff;
}

#head a {
    color: #fff;
}

#main-content {
    background: #fff;
}

#menu li a {
    color: #008b8b;
}

#menu li a:hover {
    border-color: #008b8b;
}


#text h1, #extra-text, #extra-text a {
    color: #008b8b;

}

#text h2, #text h3, #text h4, #text h5, #text h6 {
    color: #008b8b;
}

#text {
    border-color: #606060;
}

#text {
    color: #000;
}

#text a {
    color: #008b8b;
}

#footer {
    color: #008b8b;
}

.extra-content form .submit {
    background: #008b8b;
    border-color: #ccc;
    color: #fff;
}

.blue {
    color: #008b8b !important;
}

.red {
    color: #dc143c !important;
}

.green {
    color: #4c7f4c !important;
}


