a:link { color: #949AAA; text-decoration: none; } 
a:visited { color: #949AAA; text-decoration: none; } 
a:active { color: #949AAA; text-decoration: none; } 
a:hover {
	color: #697686;
	text-decoration: none;
	font-size: 36px;
} 


body {
	font-size: 36px;
	font-family: Nyala, "Arial Narrow";
	color: #949AAA;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color: #697686;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color: #697686;
	scrollbar-arrow-color: #697686;
	scrollbar-track-color:#000000;
} 

