body {
/*incresed font size and justified text */
	font: 1.0em/1.5em verdana, arial, sans-serif;
	

	margin-left: 100px;
	margin-right: 100px;}
	P { text-align: justify;}
	.psmall {font-size: 75%;}

#content {
/* removed border from text-text area */
	border: 0px solid #711515;
	border-top: none;
	padding: 10px 5px 6px 50px;
}
#content h1 {
/* h1 color changed to black */
	font-size: 1.2em;
	color: #000000;
	background-color: transparent;
}

Table {
font-size: 0.9em;
border:	0px solid #C0C0C0;
line-height: 1.1em;
margin-top: 1em;
margin-left:5em;

}
th {
text-align: left; 
}

td{ color:#000000;}
.tdn {color: blue;}
.fife{font-size:75%;}


ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #711515;
	font: bold 13px verdana, arial, sans-serif;
}
ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #B51032;
	color: #FFFFFF;
	margin: 2px 2px 0 2px;
	border: 1px solid #711515;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}
ul#tabnav a:hover {
	background-color: #F4869C;
	color: #FFFFFF;
}
/* THIS IS WHERE THE TABS ARE STORED these MUST REFLECT ANY CHANGES */
body#Old Parish Registers li.Old Parish Registers, 
body#Statutory Registers li.Statutory Registers, 
body#Census li.Census, 
body#Wills li.Wills
body#Genealogies li.Genealogies
body#Editorli.Editor
body#Home li.Home
 {
	border-bottom: 1px solid #fff;
	color: #000000;
	background-color: #FFFFFF;
}
body#Old Parish Registers li.Old Parish Registers a:link, 
body#Old Parish Registers li.Old Parish Registers a:visited,
body#Statutory Registers li.Statutory Registers a:link, 
body#Statutory Registers li.Statutory Registers a:visited,
body#Census li.Census a:link, body#Census li.Census a:visited,
body#Wills li.Wills a:link, body#Wills li.Wills a:visited 
body#Genealogies li.Genealogies a:link, body#Genealogies li.Genealogies a:visited
body#Editor li.Editor a:link, body#Editor li.Editor a:visited
body#Fife li.Fife a:link, body#Fife li.Fife a:visited
{
	color: #000000;
	background-color: #FFFFFF;
	/*BElow is the inserted list*/
}
#navigation {
	width: 20px;
	font:  13px verdana, arial, sans-serif;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
/* Below position of inserted list*/
#navigation {
	position: absolute;
	top: 8em;
	left: 1em;
	width: 10em;
}

.editor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight: normal;
}

