/* Stylesheet for Chainsaw sculpture pages */

/* Add the following command in the <HEAD> section of your HTML file */

/* <LINK REL=STYLESHEET TYPE="text/css" HREF="chain.css"> */

BODY {
	background-image: url(../graphics/bckgrd1.jpg);
	background-color: #FFFFCC;
	color : Black;
}

TABLE {
	background-image: url(sawbg.gif)
}

TD.title {
	font-size: 18pt
}

P.footer {
	text-align: center;
	font-size: 75%
}