body {
	color: black;
	background: white;
}

caption {
	text-align: center;
	font-weight: bold;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

img {
	margin-left: auto;
	margin-right: auto;
}

table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

a:active,a:focus,a:link,a:visited{
background-color:transparent;
color: #6a6a6a;
text-decoration: underline;
}

.author {
	font-weight: bold;
	margin-left: 3em;
}

.figlegend {
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#container {
}

.menuholder {
	width: 80%;
	margin: 10px auto;
	font-size: .70em;
}

#header {
	text-align: center;
	margin-top: 0;
	margin-bottom: 4em;
}
.contents {
	clear: both;
	padding-left: 10%;
	padding-right: 10%;
}

.footer {
	margin-top: 2em;
	font-size: .72em;
}

.menu1 {
	width: 32%;
	float: left;
	text-align: center;

}

.menu1 li{
	margin-top: .5em;
	margin-bottom: .5em;
}

.menu2 li{
	margin-top: .5em;
	margin-bottom: .5em;
}

.menu3 li{
	margin-top: .5em;
	margin-bottom: .5em;
}

.menu1 ul {
	list-style-type: none;
	
}
.menu2 ul {
	list-style-type: none;
}
.menu3 ul {
	list-style-type: none;
}

.menu2 {
	width: 33%;
	float: left;
	text-align: center;
	list-style-type: none;

}

.menu3 {
	width: 32%;
	float: left;
	text-align: center;
		list-style-type: none;

}

.image {
		text-align: center;

}

div#modified {
	font-size: .73em;
	margin-top: 1em;
	text-align: right;
}

