

body {
	padding: 0px;
	margin: 0px;
	background-color: #e5d2aa;
	color: #000000;
	text-align: center;
	font-family: sans-serif;
}

h1 {
	color: #990000 !important;
	font-size: larger !important;
	font-weight: bold !important;
}
h2 {
	color: #990000 !important;
	font-weight: bold !important;
}

a:link, a:visited, a:hover, a:active {
    color: #990000;
    text-decoration: underline;
}

p{
	margin: 1em 0 !important;
}

#banner {
	padding: 5px 0;
}

#content {
	margin: 1em;
	padding: 1em;
	border: 2px dashed #000000;
}

#footer {
    padding: 0.5em 0;
}
#footer p {
	padding: 0.5em;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #990000;
    text-decoration: underline;
}

.center {
	text-align: center;
}

.highlight {
	color: #990000 !important;
}
.highlight a:link, .highlight a:visited, .highlight a:hover, .highlight a:active {
	color: #990000 !important;
}

.error {
	margin: 0.5em !important;
	font-weight: bold;
	color: #990000;
}

.footnote {
	font-size: smaller;
}

img {
	margin: 0px;
}

input {
	margin: 2px !important;
}

