body {
	background-color:#000000; 
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-family:sans-serif;
	font-size: 10pt;
}

caption {
	font-size:1.2em; 
	font-weight:bold; 
	caption-side:top; 
	background-color:#999999;
}

th {
	font-size:1.1em; 
	font-weight:normal; 
	background-color:#999999;
}

table {
	background-color:#CCCCCC;
}

td {
	vertical-align:top; 
	overflow:hidden; 
	text-align:center; 
	empty-cells:show;
	color: #000000;
}

tr {
	background-color:#CCCC99;
}

img {
	border: 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

a:link { 
	text-decoration:none; 
	font-weight:bold; 
	color:#000000; 
	background-color:#CCCC99;
}

a:visited { 
	text-decoration:none; 
	font-weight:bold; 
	color:#333333; 
	background-color:#CCCC99;
}

a:hover { 
	text-decoration:none; 
	font-weight:bold; 
	background-color:#ff0; 
}

a:active {
	text-decoration:none;
	font-weight:bold; 
	background-color:#cff;
}

a:focus {
	text-decoration:none; 
	font-weight:bold; 
	background-color:#080;
}

div.header {
	background-color: white;
	width: 100%;
}

div.body {
	padding: 10px;
	text-align: center;
}

div.body p, div.body h2, div.body h1, div.body ul, div.body h3 {
	text-align: left;
}

div.nav { 
	background-color:#CCCC99; 
	text-align:center;
	margin: 0; 
	clear: both;
}

div.nav ul {
	margin: 0;
	padding: 0;
}

div.nav ul li {
	display: inline-block;
	margin: 0 10px 0 10px;
}

div.mugshot {
	width: 150px;
	height: 160px;
	background-color:#CCCC99;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

div.mugshot div.name {
	height: 2.5em;
}
