body {
	background-color: #000000;
	margin-top: 10px;
	scrollbar-3dlight-color:    #333333;
    scrollbar-arrow-color:      #666666;
    scrollbar-darkshadow-color: black;
    scrollbar-face-color:       black;
    scrollbar-highlight-color:  #333333;
    scrollbar-shadow-color:    #666666;
	}
td,th {	
	font-size: 12px;
	color: #ffffff;
}
a:link {
          color: #33ff00;
          text-decoration: none;
        }
        a:visited {
          color: #99ff99;
          text-decoration: none;
        }
        a:hover {
          color: #99ff99;
          text-decoration: underline;
        }
        a:active {
          color: #ff0000;
          text-decoration: none;
        }
