BODY {

    /*background-color:#0000FF;*/
    scrollbar-base-color:#0000FF  ;
    scrollbar-face-color:#000082 /* use for blue */
}
::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000082; /* darkred */
}

::-webkit-scrollbar-thumb {
    background: #0000FF; /* red */
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}
.logo {
    color: white;
}
.logo_text {

}
.logoYear  {

}

#topHdr {
    width:650px;
}
.quoteTxt {
    color:white;
    font-size:16px;
}
.menuLinks {
    border-color: white;
}
.currTourn {
    color:white !important;
}
#news {
   /*margin-top:20px;*/
    overflow:auto;
    width:680px;
    height:70%;
    font-size:12px;
    color:white;
    border:2px solid white;
    padding:10px
}
.newsHeader {
    color:yellow;
}
.eventName {
    color:yellow;
    font-size:18px;
    font-weight:bold;
}
.cgpLbl {
    margin-top:5px;
    color: yellow;
    font-weight: bold;
}
#login_logoff a {
    color: white;
    font-size: 12px;
}
.login_off {
    background-color: lightslategray;
}

