html {
        height: 100%;
}

body  {
 scrollbar-arrow-color: #00a;
/* scrollbar-darkshadow-color: #cff;*/
 scrollbar-face-color: #006;
 scrollbar-highlight-color: #009;
 scrollbar-track-color: #001;
/* scrollbar-3dlight-color: #090; */
 scrollbar-shadow-color: #444;
 background: none;
 background-color: #000;
 color: #999;
}
					
h1,h2,h3 { font-family: serif; }
i {font-family: sans-serif;}
a {font-weight: bold; }
div.nohover a:hover {
        background-color: transparent;
        background: transparent;
        }
div.nohover a:focus {
        background-color: transparent;
        background: transparent;
        }
a:hover {
        background-color: #609;
        color: #fff;
        }
a:focus {
        background-color: #609;
        color: #fff;
        }
textarea { background-color: #060; color: #0f9; }
input { 
	background-color: #060; 
	color: #cfc; 
	margin: 1px; 
	border: 1px solid #9c9; 
	}
input.checkbox {
	background-color: #040;
	border: 2px solid #9c9;
	}

