@charset "utf-8";
/* CSS Document */
blockquote, ul, ol, hr 
    {
    font-family: Georgia, Times New Roman, times, serif;
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
    padding-bottom: 0 
    }
blockquote.verse 
	{
	margin-left: 20%;
	margin-right: 20%;
	}
body 
    {
    background-image: url(parchment.gif);
    }
h1, h2, h3, h4, h5, h6 
    {
    text-align: center;
    font-family: Arial Rounded MT Bold, Verdana Bold, Arial Bold, sans serif bold
    }
h3 
    {
    background-color: rgb(153,204,255)
    }
li  
    {
    font-family: Georgia, Times New Roman, times, serif;
    }
p  
    {
    font-family: Georgia, Times New Roman, times, serif;
    text-align: left;
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
    padding-bottom: 0 
    }
p.descendent  
    {
    font-family: Georgia, Times New Roman, times, serif;
    text-align: left;
    margin-top: 2em;
    margin-bottom: .5em;
    padding-top: 0;
    padding-bottom: 0 
    }
p.spouse { margin-left: 3em; }
p.smallFont {font-size:small}
p.navigator {font-size:small; text-align:center} 
p.journalYear {font-size:16px; font-style:italic; font-weight:bold }
p.centerd {text-align:center}
td
    {
    font-family: Georgia, Times New Roman, times, serif;
    }
ul.child { margin-left: 6em }

p.journalDate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
td.journalMonth
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}
col.journalDayofWeek
{
	width:100px;
}
col.journalMonDay
{
	width:60px;
}
.image-centered
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;s
}
.image-left img
{
	float:left;
/*	margin-top: 1em;*/
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}
/*.image-left p
{
	float:right;
}*/
.image-right img
{
	float:right;
/*	margin-top: 1em;*/
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}
.descendent-narrative:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

