body {
	color: white;
	background-color: black;
	font-family: Arial, sans-serif;
	}

a {
	color: #ffdddd;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h1 {
	font-family: "Courier New", monospace;
	font-size: large;
	font-weight: normal;
	text-align: center;
	letter-spacing: .1ex;
	}

h1 span.subtitle { font-size: medium; letter-spacing: 0 }

img { border: none }
img.photo { border: solid 4pt white }

table#index td { text-align: center; }

div.plaque {
	font-family: Arial, sans-serif;
	font-size: small;
	width: 26ex;
	}
div.plaque h1 {
	font-family: "Arial Black";
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	}
div.plaque p {
	margin-top: .5em;
	}

div.navigation { margin-top: 10px }

div#header, div#footer { text-align: center }

div#header { margin-bottom: 1.5em }

div#footer { margin-top: 1.5em }
div.copyright { font-family: Verdana, sans-serif; font-size: xx-small }
