@charset "utf-8";
/* CSS Document */

BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left
}

A {
	color:#B22222;
}
A:active {
	color:#800000;
}
A:hover {
	color:#C90;
}
H1 {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	font-size:36px
}

H2 {
	text-align: center;
	font-size: 16px
}

.CSHeader {
	font-family:"Comic Sans MS", cursive;	
}

.footnoteTable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size:9px;
	font-weight:normal;
	border-style:hidden;
	border-collapse: collapse;
}

.footnoteTable TD {
	
}

.TributesHeader {
	font-family:"Comic Sans MS", cursive; color: #C00;
}
.tombStoneTable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-style: solid;
	border-width: 4px;
	border-collapse: collapse;
}
.tombStoneTable TD {
	border-style:groove;
	border-width: 4px;
	padding: 4px;
}
.tombStoneTable TD TD {
	border-style: none;
	
}
.listOfNames {
}
.listOfNames LI {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.listOfNames LI LI{
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar {	
	background-color:#000;
	vertical-align: top;
	color:#FFC;
	font-size: 14px;
	padding: 4px;
}
.personDetails {
	font-size:12px;
}
