body {
    background-color: #ffffff;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 2em;
}

h1 {
    color: #4b4b4b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h2 {
    color: #33629c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h3 {
    color: #6a778f;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
}

h4 {
    color: #33629c;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

p.credit {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0em;
}
p.cite {	font-size: 80%;	margin-left: .5in;	text-indent: -.5in;}
li {
    padding: 5px;
}

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

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

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

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

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