
/****************************************************************************************
* BASIC FONT STYLES
****************************************************************************************/

body {font:100.01% verdana;}
form input, form select { font-size:92%; }
html>body textarea {font-size:auto}

/****************************************************************************************
* LINKS
****************************************************************************************/

A {
  color: #ffc602;
  text-decoration: none;
  font-weight: bold
  }

A:visited {
  color: #ffc602;
  text-decoration: none;
  font-weight: bold
  }
  
A:hover {
  color: #ffc602;
  text-decoration: underline;
  font-weight: bold;
  
    }
	

/****************************************************************************************
* SCROLLBARS
****************************************************************************************/

body {
	scrollbar-base-color: #434542;
	scrollbar-arrow-color: #ffc602;
	scrollbar-Track-Color:#000000;
	scrollbar-Face-Color:#010069;

	scrollbar-shadow-color: #313131;
	scrollbar-lightshadow-color: red;
	scrollbar-darkshadow-color: #313131;

	scrollbar-highlight-color: #606060;
	scrollbar-3dlight-color: #313131;
}


