/*
 *	Maple Burl wood style pages
 *  version 3.0
 */

BODY {
	background-color: #c09000;
	background-image: url(/parts/maple.jpg);
	color: #ffffff;
}

A:link,
A:visited {
	color: #fff000;		/* touch brighter for lighter background */
	background-color: transparent;
}

A:hover,
A:focus,
A:active {
	color: #fff000;
	background-color: #000000;
}
