body {
	background-attachment:		fixed;
	background-image:			url(../fig/linkbg.jpg);
	background-repeat:			no-repeat;
	background-position:		right bottom;
	
	scrollbar-face-color:		#FFFAFA;
	scrollbar-arrow-color:		#B0C4DE;
	scrollbar-track-color:		#FFFAFA;
	scrollbar-highlight-color:	#B0C4DE;
	scrollbar-shadow-color:		#B0C4DE;
	scrollbar-3dlight-color:	#FFFAFA;
	scrollbar-darkshadow-color:	#FFFAFA;
	
	overflow-x:					hidden;
	}

a:link,
a:visited {
	color:						#FF69B4;
	text-decoration:			none;
	}

a:hover {
	text-decoration:			overline;
	}
	
a.img:link,
a.img:visited {
	}

a.img:hover {

	}

a.text:link,
a.text:visited {
	color:						#FF69B4;
	text-decoration:			none;
	}

a.text:hover {
	text-decoration:			overline;
	}
	
a.sq:link,
a.sq:visited {
	color:						#FF4500;
	text-decoration:			none;
	}

a.sq:hover {
	text-decoration:			overline;
	}}