/* cascading style sheets for cemetery listings */

body { color: #000000;
	background: #eeeeee;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 12pt;
	font-family: "Times New Roman", serif; }

sup { color: #ff0000;
	font-weight: bold }

h1 { font-size: 18pt; margin-bottom: 0; }
h2 { font-size: 16pt; margin-bottom: 0; }
h3 { font-size: 14pt; margin-bottom: 0; }
h4 { font-size: 12pt; margin-bottom: 0; }
h1, h2, h3, h4, h5, h6 { text-align: center; }
hr { text-align: center; }

p { text-indent: 3%; }

table {width: 100%; }

th {text-align: left; vertical-align: top; background: #00ccff; font-size: 12pt; font-family: "Times New Roman", serif; padding: 5px; }

td {text-align: left; vertical-align: top; font-size: 11pt; font-family: "Times New Roman", serif; padding: 5px; }
/* following permits compressing voluminous notes: */
td.n {font-size: 9pt;}
/* location info: */
span.l {font-weight: bold; color: blue; }

/* obituaries division */
#o {font-family: tahoma, sans-serif; font-size: 10pt; background: #ffff99; margin: 20px; padding: 10px; border: thin black solid; }

/* footnotes */
#f { text-indent: 0; font-size: 78%; margin-top: 10px; }

/* "last update" info */
#u { text-indent: 0; font-size: 70%; font-family: arial, sans-serif; margin-top: 10px; }

/* last updated 2011-12-01 */