body {
	color: Black;
	background-color: white;
}

/* center td is for content */
#content {
	padding: 2em;
}

p {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

pre {
	text-decoration:none;
	font-size:10pt;
	font-family: "Courier New", Courier, monospace;
}

.center {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

.small {
	color: Black;
	background-color: transparent;
	font-size: .75em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

.birthplace {
	width: 90%;
	font-size: .80em;
	font-style: italic;
	text-align: center;
}

div#extra {
	color: black;
	background-color: transparent;
	background-image: url(http://www.rittenhousetown.org/images/background/paper1.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0px;
	padding: 8px;
	border-style: double;
}

#extra h1 {
	color: #006699;
	background-color: transparent;
	font-size : 85%;
	font-variant : small-caps;
}

#extra h2 {
	font-size : 75%;
}

#extra p {
	font-size: 75%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

a:link {
}

a:visited {
	color: #2288bb;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

a.more {
	color: #aa0000;
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
}

/* present links as a true list with no bullets */
ul.linklist {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}

