.light{
    background-color: #f3f3f3;
    /*background-color: #599ca2;*/
    color:#333;
}
.light a{
    color: #0f705d;
    text-decoration: none;
}
.light .mail_a{
    color:#333333;
}
.light a:hover{
    color: #089646;
}

.light #sideul a{
    color: #333;
    text-decoration: none;
}
.light #sideul a:hover{
    color: #111;
}
.light #sideul li:hover {
    background-color: rgba(255,255,255,0.3);
}
.light .user_a{
    color: #333;
}