#content {
    background-color: white;
}

#content a:link {
    color: #009999;
}

#content a:visited {
    color: #006666;
}

#content .yandex-translate-info {
    background-color: #CCCCCC;
}

body, #sidebar-left, #header, #footer {
    background-color: #333333;
}

body.page-node-add, body.page-node-edit {
    background-color: white;
}

.sidebar .block {
    border: none;
}

#sidebar-left a {
    color: #00CCCC;
}

#sidebar-left a:hover {
    text-decoration: none;
    color: #009999;
}

#sidebar-right a {
    color: #009999;
}

#sidebar-right a:hover {
    text-decoration: none;
    color: #006666;
}


#sidebar-left .block {
    color: white;
}

#sidebar-left .block h2 {
    color: white;
}


#block-system-main-menu li.active-trail a {
    color: white;
}

fieldset legend {
    text-shadow: none;
}

.node-unpublished {
    background-color: pink;
}