body {
	background-color: white;
	font-family: sans-serif;
 }

div.title {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 5em;
	font-family: serif;
	font-variant: small-caps;
	color: #cc0000;
}

div.subtitle {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.7em;
	color: #006600;
}

div.large {
	margin: 0.6em;
	font-size: 1.0em;
}

div.footer {
	font-size: small;
}

span.hmenu {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

span.vmenu {
	margin-left: 0.6em;
	margin-right: 0.6em;
}

span.emphasis {
	color: #0000dd;
}

span.prominent {
	color: #aa0000;
}

td.dark {
	background-color: #ddffdd;
}

td.light {
	background-color: #ffffdd;
}

img {
	border-style: none;
}

