body {
background-color: white;
color: black;
font-family: Tahoma,Helvetica,sans-serif;
padding: 2em 5em;
}
a:link, a:visited {
color: #990033;
text-decoration: none;
}
a:active, a:hover {
color: #FF0000;
text-decoration: none;
}
h1 {
color: #000099;
font-family: Garamond, Times, serif;
font-size: xx-large;
font-weight: bold;
font-style: normal;
text-align: right;
margin-right: -1em;
}
h2 {
color: #3333FF;
font-family: Garamond, Times, serif;
font-size: x-large;
font-weight: bold;
font-style: italic;
text-align: left;
margin-left: -1em;
}
h3 {
color: #6699FF;
font-family: Garamond, Times, serif;
font-size: large;
font-weight: bold;
font-style: normal;
text-align: left;
}
hr {
width: 30%;
height: 1px;
color: #330099;
}
em {
font-weight: bold;
font-style: normal;
}
div.caption {
text-align: center;
width: 80%;
}
table {
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: solid;
  border-color: gray;
  border-collapse: collapse;
  background-color: white;
}
th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 6px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}
td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 6px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}
div.caption p {
margin: 0.3em 4em;
font-size: small;
text-align: justify;
}
p.byline {
text-align: center;
font-size: x-small;
}
