body {
	background-color: black;
	font-size: small;
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: "Avant Garde", "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 22pt;
}

h2 {
	font-family: "Avant Garde", "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12pt;
}

p {
	color: #003300;
	font-family: serif;
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: #855400;
}

a:hover {
	color: #a78d40;
	text-decoration: underline;
}

li {
	padding-bottom: 5px;
	font-size: 10pt;
}

#gallery {
	text-align: center;
	margin-right: 5px;
	float: left;
	border-width: 400px;
}

fieldset {
	background-image: url(vis/tan_etching.jpg);
	background-color: #eeeedd;
	padding: 10px;
}

#credit {
	margin-left: 2px;
	padding: 2px;
	margin-top: 8px;
	width: 99%;
	font-size: x-small;
	font-family: sans-serif;
	text-align: center;
	background-color: #855400;
}

#credit a {
	text-decoration: none;
	color: #b98633;
}

#credit a:hover {
	color: #d8b75e;
	text-decoration: underline;
}

.chapter {
 		text-align: center;
 		float: left;
 		height: 340px;
 		width: 220px;
 	}

.chapter a {
 		font-size: 11pt;
 	}

.larger {
	font-size: larger;
}

.smaller {
	font-size: smaller;
}

.smallest {
	font-size: x-small;
}


