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

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