body {
	background: #fff;
        color: #000;
	font-family: Georgia, Times, serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: center;
	
        }

A:link {color: #990000; 
        text-decoration: underline}
A:visited {color: #006666;
           text-decoration: underline}
A:active {color: #808080;
          text-decoration: underline}
A:hover {color: #808080; 
         text-decoration: underline;}

a:after {
  content: " (" attr(href) ")";
}
#wrapper {
	width: 100%;
	border: 0;
		}

#header {
	display: none;	
	}

#content {
		}

#menu {
	display: none;
	}

#navmenu2 {
	display: none;
	}

#bottomnav {
	display: none;
	}

#footer {
	display: none;
        }

h1 {
	color: black;
	font-family: Georgia, serif;
        font-weight: bold;
        font-size: 1.5em;
	text-align: center;	
	}

h2 {
	color: black;
	font-family: Georgia, serif;
        font-size: 1.25em;
	text-align: center;
	}

h3 {
	color: black;
	font-family: Georgia, serif;
	font-size: 1.15em;
	text-align: center;
	}

h4 {
	color: black;
	font-family: Georgia, serif;
	font-size: 1em;
	text-decoration: underline;
	text-align: left;
	}

h5 {
	color: black;
	font-family: Georgia, serif;
	font-size: .75em;
	text-align: left;
	}


p {
	}

p.sig {
	text-align: right;
	}

p.quote {
	text-align: center;
	color: black;
	font-family: Georgia, serif;
	font-size: 1em;
	}

p.letters {
	padding: 0 30px; 
	}

p.ltrtitle {
	font-weight: bold;
	text-align: center;
	padding: 0 30px;
	}

p.ltrt {
	text-align: right;
	padding: 0 40px;
	}

blockquote {
	padding-left: 50px;
	padding-right: 50px;
	}
