body {
	background-color: #133b83;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em;
}

h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	color: #133b83;
}

h4 {
	color: #133b83;
	font-style: italic;
}

li {
	padding: 3px;
}

a:link {
	color: #0033ff;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

p.credit {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p.cite {
	margin-left: 0.5in;
	text-indent: -0.5in;
	font-size: 80%;
}

.bodybox {
	background-color: #f8f8ff;
	border-style: solid;
	border-width: thin;
	padding: 1em;
	margin-bottom: 1em;
}

.headerbox {
	background-color: #f5cb1e;
	border-color: #663300;
	border-style: solid;
	border-width: thin;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
}

.quotebox {
	background-color: #e6e6e6;
	border-color: #663300;
	border-style: solid;
	border-width: thin;
	margin-left: 1em;
	margin-right: 1em;
	padding: 1em;
}
