body, table, td, th, p, li, ul, ol { 
                     background-color: #000000; 
				     color: #ffffff;
				     scrollbar-base-color:#000000;
				     scrollbar-3dlight-color:#999999;
				     scrollbar-arrow-color:#CCCCD5;
				     scrollbar-darkshadow-color:#222222;
				     scrollbar-face-color:#000000;
				     scrollbar-highlight-color:#FFFFFF;
				     scrollbar-shadow-color:#000000;
				     scrollbar-track-color:#BBBBEE; 
				    } 
 
a:link { 
//	 color: #43cdfb; 
         text-decoration: none; 
       } 
 
a:visited { 
	    color: #0071e2; 
            text-decoration: none; 
          } 
 
a:active { 
	   color: #43cdfb; 
           text-decoration: none; 
        }	 
 
a:link:hover, a:visited:hover, a:active:hover { 
					        color: #43cdfb; 
						font-weight: bold; 
						text-decoration: underline; 
					      } 
 
a:hover { 
          font-weight: bold; 
          text-decoration: underline; 
        }

