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

  body{
	scrollbar-arrow-color: #F5FFE6;
	scrollbar-3dlight-color: #F5FFE6;
	scrollbar-highlight-color: #4C7F00;
	scrollbar-face-color: #F5FFE6;
	scrollbar-shadow-color: #4C7F00;
	scrollbar-darkshadow-color: #F5FFE6;
	scrollbar-track-color: #F5FFE6;
	background-color: #F5FFE6;
	background-image:   url(../98_images/background/background_00_home.jpg);
	overflow: auto;
	margin: 10px;
	background-attachment: fixed;
	clear: none;
	float: none;

  }
