body
{
	background-color: #8fbc8f;	/* border/edge of the layout color: see also body tag in simple.css portion */
	padding: 50px;
	text-align: center;
	border: solid 0px #000;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead, #footer /* taken from shape up redesign css */
{
	background-color: #fffff;
	color: #00000;
}
div
{
	padding: 0;
	margin: 0;
}
a img
{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}
span.small
{
	font-size: 80%;
}
td
{
	border: solid 1px #000;
	padding: 10px;
	text-align: center;
}
h1
{
	font-size: 98%;
}
