/* page properties */ 
body {
background-color: black;
font-family: Verdana;
font-size: 12px;
color: #D4D4D4
		}
		
/* Link Properties */ 		
A:link {text-decoration: none; color: #515151;}
A:visited {text-decoration: none; color: #515151;}
A:active {text-decoration: none; color: #515151;}
A:hover {text-decoration: none; color:white;}

/* Scrollbar Properties */ 
body {scrollbar-3dlight-color:gold; scrollbar-arrow-color:yellow;
scrollbar-base-color:#6A6A35;
scrollbar-darkshadow-color:#141416;
scrollbar-face-color:#141416;
scrollbar-3dlight-color:#141416;
scrollbar-track-color:#141416;
scrollbar-arrow-color:white;
scrollbar-highlight-color:white;
scrollbar-shadow-color:#141416}
