html {
background-color: maroon;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

p {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 25px;
	margin-right: 25px;
}
.maintext {
   	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}
.maintext img{
  border: 1px #CCCCCC solid;
  padding: 0.3em;
  margin: 5px;
  }
h1 {
font-size: 1.3em;
padding-bottom: 1px;
padding-top: 8px;
padding-left: 18px;
padding-right: 18px;
color: #000000;
border-bottom: 1px #ff4700 solid;
font-weight: bold;
background-color: #F2F2F2;
margin-top: 0;
margin-bottom: 0;
}


h2 {
padding-bottom: 1px;
padding-top: 5px;
color: #000000;
margin-left: 20px;
margin-right: 20px;
font-size: 1.2em;
border-bottom: 1px #FF3333 dashed;
}
blockquote {
  background: transparent url(images/quote.gif) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(images/quoter.gif) right bottom no-repeat;
}
ul, ol, table {
	margin-top: 10px;
	margin-bottom: 0;
	border: 5px;
}

ol, ul {
margin-left: 75px;
margin-right: 75px;
}
a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #fff;
}

a:hover {
text-decoration: underline;
color: #f00;
}
a.current {
color: #ff4700;
}

p a:link, p a:visited, ul a:link, ul a:visited {
color: #f00;
text-decoration: none;
}

p a:hover, ul a:hover  {
color: #f00;
text-decoration: underline;
}

.nav {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 8px;
	letter-spacing: 1.1px;
	border-bottom: 2px #ff4700 solid;
	border-top: 2px #ff4700 solid;
	border-left-color: #333333;
	border-right-color: #333333;
}
