body{
  background-color: #666666;
        scrollbar-arrow-color: #ffffff;
        scrollbar-3dlight-color: #c93092;
        scrollbar-darkshadow-color: #000000;
        scrollbar-face-color: #666666;
        scrollbar-highlight-color: #cccccc;
        scrollbar-shadow-color: #c93092;
        scrollbar-track-color: #444444;
}

body,td,input,textarea,select,button{
  font-family:Arial, Helvetica, sans-serif;
  /*font-size: 12px;*/
  font-size: 13px; 
  line-height: 18px; 
  color: #FFFFFF;
}

a:link, a:visited, a:active {
    color: #FFFFCC;
    text-decoration: underline;
}
.shortcuts a:link,.shortcuts a:visited,.shortcuts a:active{
    color: black;
    text-decoration: none;
}
a:hover, .shortcuts a:hover {
	color: #C93092;
  text-decoration: none;
}

