/*	Graphics Cascading Style Sheet		*/
/* 02 03 29	*/

BODY {
background-image: url(backgrfx.jpg);
background-repeat: repeat
}
/*	Graphics division	*/

div.grfx	{
	background-color: #f0f0f0;
	border-width: thick;
	border-style: dashed;
	border-spacing: 10px;

	border-top-color: light slate gray;
	border-right-color: light slate gray;
	border-bottom-color: dark slate gray;
	border-left-color: dark slate gray;
}
/*	end	*/

