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

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