body {
	/* background-color: #4169e1; */
	background-color: white;
	/* color: yellow; */
	color: #4169e1;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	margin: 3em;
	}
a {
	font-size: 12pt;
	color: #4169e1;
	text-decoration: underline;
	}
.bios { font-size: 11pt; }
.buttons { border-spacing: .5em .5em; clear: both; }
th.buttons {
	border-style: ridge;
	border-color: #ffcc00;
	border-width: thick;
	text-align: center;
	padding: .01em .01em;
	}
td.buttons {
	border-style: ridge;
	border-color: #ffcc00;
	border-width: thick;
	text-align: center;
	padding: .01em .01em;
	}
.floatcenter { float: center; margin: 5px; }
.floatright { float: right; margin: 5px; }
.floatleft { float: left; margin: 5px; }
.floatleft20 { float: left; margin: 20px; }
.image10 { margin: 10px; }
.nofloat { clear: both; }
.captions { text-align: center; }
ul.inside { list-style-position:inside }
