@media screen
{
	body { background-image: url("temple.jpg"); }
	li { font-size: large; }
}
@media print
{
	body { background: "white"; }
	.noprint { display: none; }
}



form#controls
{
	display: block;
}
body {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;
	line-height: 2em;
}
ul {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
}
a:hover {	
	text-decoration: underline
}
h1 {
	margin-top: 0;
}
h1, h2, h3, h4 {
	text-align: center;
}
