/* This stylesheet is valid on every page */
body {
	margin-left: 15%;
	margin-right: 15%;
	color: #990033;
	background-color: #ffffee;
}
h1 {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #990033;
	background-color: #ffffee;
}
h2 {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #990033;
	background-color: #ffffee;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Black;
	background-color: #ffffee;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990033;
	background-color: #ffffee;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
	text-align: justify;
	color: Black;
	background-color: #ffffee;
}
/* Text formatting */
.right {
	text-align: right;
}
.blank {
	text-indent: 0em;
}
.sitemap {
	margin-bottom: 0em;
}
/* Menu on the opening page */
.main-menu {
	text-align: center;
}
/* Speeches, articles */
.document {
	text-align: justify;
	text-indent: 1em;
}
/* Excerpts quoted within articles */
.excerpt {
	text-indent: 1em;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2em;
	margin-bottom: 2em;
}
/* Navigation at the bottom of each page */
.navigation {
	text-align: center;
	font-variant: small-caps;
}
.center {
	text-align: center;
}
input {
	color: #ffffee;
	background-color: #990033;
	border: thin solid #990033;
}


