﻿body{
	background-color:#220000;
	font-family:"Times New Roman", Times, serif;
}
#container{
	background-color:white;
	width:800px;
	padding:0;
	border:0;
	margin:auto;
	
}
#content{
	background-color:white;
	width:780px;
	margin:auto;
	float:none;
}
#head{
	background-color:white;
	width:780px;
	margin:auto;
	float:none;
	text-align:center;
	font-size:x-small;
}
#foot{
	background-color:white;
	background-color:white;
	width:780px;
	margin:auto;
	float:none;
	text-align:center;
	font-size:small;
}
.title{
	color:#663300;
	font-size:36pt;
	font-weight:normal;
}
.titlesml{
	color:#663300;
	font-size:20pt;
	font-weight:normal;
}
h1{
	color:#440000;	
}
h2{
	color:#003333;	
}
h3{
	color:#663300;	
}
p{
	color:black;
}
blockquote{
	color:#aa0000;
}
cite{
	color:#003333;
	font-size:smaller;
}
.jb{
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	color:#663300;
	font-weight:bold;
}
.indent {
	margin-left: 40px;
}
.centre {
	text-align: center;
	border:0px;
}
.nobdr{
	border:0px;
}
.largebrown {
	color: #663300;
	font-size: x-large;
}
.arrow {
	border-width: 0;
	vertical-align: middle;
}
.letter {
	border-width: 0;
	vertical-align: bottom;
}
.listindent {
	margin-left: 80px;
}
.smaller{
	font-size:smaller;
}
.brn{
	color:#663300;
}
.dkgrn {
	color: #003333;
}
.mrn{
	color:#440000;
}