
body 
  { scrollbar-face-color: #333333;
	scrollbar-arrow-color: #FF0000;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #666666; }
	

a:link 
  { text-decoration : underline; 
    color: #CCCCCC; }

a:visited 
  { text-decoration : underline; 
    color: #999999; }

a:hover
  { text-decoration : none;
    color: #FFFFFF; }

a:active  
  { text-decoration : nunderline;
    color: #CCCCCC; }
		
	
	
a.dark:link 
  { text-decoration : underline; 
    color: #666666; }

a.dark:visited 
  { text-decoration : underline; 
    color: #333333; }

a.dark:hover
  { text-decoration : none;
    color: #CCCCCC; }

a.dark:active  
  { text-decoration : nunderline;
    color: #666666; }
	