body {
	margin: auto;
	background-color: #333333;
	font-family: geneva, arial;
	font-size: 11px;
	color: #999999;
	scrollbar-face-color: #4A494A;
	scrollbar-shadow-color: #4A494A;
	scrollbar-highlight-color: #4A494A;
	scrollbar-3dlight-color: #4A494A;
	scrollbar-darkshadow-color: #3C3B3B;
	scrollbar-track-color: #3C3B3B;
	scrollbar-arrow-color: #666666;
	}

A:link {
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
	 }
    
A:active {
	color: #CCCCCC;
	font-weight: bold;
    text-decoration: none;
	}
    
A:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	}
    
A:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	}
	

