body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Trebuchet MS, serif;
	top: 10px;
	left: 20px;
	background: #FFFFFF;
}

a:link{
	color: #0000FF;
	text-decoration: none;
	}
a:visited{
	color: #0000F0;
	text-decoration: none;
	}
a:hover{
	color: #0000FF;
	text-decoration: underline;
	}

H1 {
	font-size: 2em;
	font-family: Trebuchet MS, serif;
	font-weight: bold;
	margin: 0px;
	}
H2 {
	font-size: 1.5em;
	font-family: Trebuchet MS, serif;
	margin: 0px;
	}
#top {
	position: relative;
	padding: 10px;
	margin: 0px auto;
	top: 10px;
	left: 20px;
	width: 860px;
	border-bottom: 2px dashed #000000;
	}
#navigation{
	position: relative;
	padding: 10px;
	margin: 0px auto;
	top: 10px;
	left: 20px;
	width: 860px;
	border-bottom: 2px dashed #000000;
	}
#content {
	position: relative;
	padding: 10px;
	margin: 0px auto;
	top: 10px;
	left: 20px;
	width: 860px;
	border-bottom: 2px dashed #000000;
	}
.head{
	font-variant: small-caps;
	font-weight: bold;
	
	}
.secondhead{
	font-weight: bold;
	}
.booktitle{
	font-style: italic;
	}
.current{
	font-weight: bold;
	
	}
table {
	font-size: 14px;
	margin: 10px 0 10px 0;
	width: 860px;
	}
td {
	padding: 0.25em;
	}
tr.two{
	background-color: #FFCC99;
	}
tr.three{
	background-color: #CCCC99;
	}
ul{
	line-height: 1.25em;
	}

p.pictures{
	margin: 10px;
	}
