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

  body{
	scrollbar-arrow-color: #E6F5E6;
	scrollbar-3dlight-color: #E6F5E6;
	scrollbar-highlight-color: #004C00;
	scrollbar-face-color: #E6F5E6;
	scrollbar-shadow-color: #004C00;
	scrollbar-darkshadow-color: #E6F5E6;
	scrollbar-track-color: #E6F5E6;
	background-color: #E6F5E6;
	background-image:   url(../98_images/background/background_03_projects.jpg);
	margin: 10px;
	background-attachment: fixed;
  }
