body {
	height:100%;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#991f18;
}
h4 {
	margin-top:2em;
	margin-bottom:0;
}
h5 {
	margin-top:2em;
	margin-bottom:0;
}
img {
	border:0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#content {
	width:     1000px;
	background:white;
	margin:    0 auto;
}

#menu {
	margin: 0;
	padding:0;
}

#menu li {
	display:   inline-block;
	width:     20%;
	text-align:center;
	margin:    0;
}

#menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}

#menu a,
#menu a:visited {
	display:        block;
	white-space:    nowrap;
	color:          black;
	text-decoration:none;
	padding:        0.75em 0;
}

#menu li:hover,
#menu a:focus,
#menu a:hover,
#menu a:active {
	background:aquamarine;
	outline:   0;
}

.author {
	font-weight:bolder;
}

.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
}

