.index {
	background-color: white;
	background-repeat: no-repeat;
	background-position:bottom;
	min-height: 600px;
	width: 800px;
	border: 1px solid black;
	margin-left: 3%;
}
html,body {
	min-height: 97%;
	width: 97%;
	font-family:"Times New Roman", Times, serif;
	background-color: white;
}
h1{
	text-align:center;
	font-size: large;
}
cite{
	display: block;
	width: 20em;
	float: right;
	margin-bottom: 1em;
	clear:both;
}
h2{
	margin-left: 3%;
	margin-bottom: 0px;
}
a:hover {
	background-color: #CCCC66;
}
ul{
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 0px;
}
li
{
	margin-top: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
hr
{
	width: 85%;
}
.subheader {
	font-style:italic;
	font-weight: normal;
	text-align:right;
	font-size: medium;
	margin-right: 3%;
}
a{
	text-decoration:none;
	color: #330000;
	border-bottom: 1px dotted maroon;
}
p{
	text-align: justify;
	text-indent: 2em;
	clear:both;
}
.navitem
{
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	margin-left: 0.8em;
	margin-right: 0.8em;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.navbar
{
   margin-left: 6%;
   margin-right: 6%;
   margin-top: 1em;
   margin-bottom: 0.5em;
   border-bottom: 2px inset #330000;
   border-top: 2px inset #330000;
   padding-top: 0.5em;
   padding-bottom: 0.5em;
   text-align: center;
}
.heading {
}
.content{
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
}
.heading{
	background-color: #330000;
	color: white;
	padding: 1em;
	margin-top: 0em;
	font-size: large;
	text-align: center;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
