/* CSS file */




VScrollBar {
   cornerRadius: 0;
   highlightAlphas: 0, 0;
   fillAlphas: 0, 0, 1, 1;
   fillColors: #000000, #000000, #ffffff, #eeeeee;
   trackColors: #000000, #000000;
   themeColor: #ffffff;
   borderColor: #000000;
   scrollbar-face-color:ffffff;
	scrollbar-highlight-color:424242;
	scrollbar-3dlight-color:000000;
	scrollbar-darkshadow-color:000000;
	scrollbar-shadow-color:000000;
	scrollbar-arrow-color:424242;
	scrollbar-track-color:000000;
}

body {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
} 
a:link {
	color: #ffffff;
	text-decoration: none;
} 
a:hover {
	color: #939393;
	text-decoration: none;
} 
a:visited {
	color: #ffffff;
	text-decoration: none;
	
}
#navigation {
	
	position: absolute;
	width: 800px;
	height: 500px;
	margin: 0;
	border-right: 0px solid #C6EC8C;
	font-weight: normal;
} 
