A:link { 
	color: #8E2424; 
	text-decoration: underline; 
	font-weight: bold
}
A:visited { 
	color: #8E2424; 
	text-decoration: none; 
	font-weight: bold
}
A:hover {
	color: #CCCCCC;	
	text-decoration: none; 
	font-weight: bold
}
A:active { 
	color: #CCCCCC; 
	text-decoration: none; 
	font-weight: normal
}

  body{
	scrollbar-arrow-color: #FAFAFA;
	scrollbar-3dlight-color: #FAFAFA;
	scrollbar-highlight-color: #474747;
	scrollbar-face-color: #FAFAFA;
	scrollbar-shadow-color: #474747;
	scrollbar-darkshadow-color: #FAFAFA;
	scrollbar-track-color: #FAFAFA;
	background-color: #FAFAFA;
	background-image:   url(../98_images/background/background_01_theory.jpg);
	overflow: auto;
	margin: 10px;
	background-attachment: fixed;
  }