

/****************************************************************************************
* LINKS
****************************************************************************************/

A {
  color: #ffffcc;
  text-decoration: none;
  font-weight: bold
  }

A:visited {
  color: #ffffcc;
  text-decoration: none;
  font-weight: bold
  }
  
A:hover {
  color: #ffc602;
  text-decoration: underline;
  font-weight: bold;
  
    }
	

/****************************************************************************************
* SCROLLBARS
****************************************************************************************/

body {
	scrollbar-DarkShadow-Color:#010069; 
	scrollbar-Track-Color:#000000;
    scrollbar-Face-Color:#111111; 
	scrollbar-Shadow-Color:#CCCCCC;
    scrollbar-Highlight-Color:#CCCCCC; 
	scrollbar-3dLight-Color:#990000;
    scrollbar-Arrow-Color:#CCCC99;
}


