body {
    overflow-y: scroll;
    background: #000;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    min-width: 1000px;
}
 a {
    color: #ffa500;
    text-decoration: none;
}
body {
    overflow-y: scroll;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    min-width: 1000px;
    color: #d01010;
}
element.style {
    font-size: 12.5px;
    color: #9d2727;
}
element.style {
    color: white;
}
body {
    background: #000000;
}
#pr_hd li, .n_head li {
    color: #996300;
    display: inline-block;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 6.5px 0;
    width: 139px;
    border: 1px solid #ecdcc2;
    border-bottom: 0;
    background: #fffdf4;
    background: -moz-linear-gradient(top,#f4fbff 0,#96d3f7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fffdf4),color-stop(100%,#f7d996));
    background: -webkit-linear-gradient(top,#fffbf4 0,#f7d096 100%);
    background: -o-linear-gradient(top,#f4fbff 0,#96d3f7 100%);
    background: -ms-linear-gradient(top,#f4fbff 0,#96d3f7 100%);
    background: linear-gradient(to bottom,#fffcf4 0,#f7d596 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fbff', endColorstr='#9edbff', GradientType=0 );
}