body {
	color	:#444444;
	background-color	:#eee0cc;
	margin	:50 5% 15;
	background-attachment	: fixed;
}
th, td {
	color	:#444444;
}
hr {
	color	:#777777;
}

a	:link {
	color	:#554411;
	text-decoration	:none
}
a	:visited {
	color	:#554411;
	text-decoration	:none
}
a	:hover {
	color	:#887733;
}
a	:active {
	color	:#776633;
}

.caption {
	font-size	:14px;
	color	:#660000;
	text-align	:center;
}
.lead {
	color	:#444444;
	line-height	:130%;
	text-align	:center;
}
.sign {
	margin	:20 0 0;
	font-size	:smaller;
	color	:#444444;
	line-height	:130%;
	text-align	:center;
}
.pagetitle {
	color	:#446633;
	text-align	:center;
	font-weight	:bold;
	text-decoration	:underline;
	font-size	:24pt
}