/*** uncss> filename: https://rshp02.stefanist.com/site/templates/styles/tw03.css ***/
/*sichk #3*/
body {
    background: #fff none repeat scroll 0 0;
    color: #444;
}
a {
    color: #000;
}
a:hover {
    background-color: #000;
    color: #fff;
}
.button {
    border: 1px solid #fff;
    color: #014;
}
.button:hover {
    background: #fe8 none repeat scroll 0 0;
    border-color: #db4;
    color: #014;
}
.button:active {
    background: #db4 none repeat scroll 0 0;
    border: 1px solid #667;
    color: #fff;
}
.header {
    background: #000 none repeat scroll 0 0;
}
.title {
    color: #667;
}
.toolbar {
    color: #000;
}
.toolbar a {
    color: #ccc;
}
 
