/* "Cascading style sheet" for general use with the Carey Family Album */

body { color: #000000;
	background: #eeeeee;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 12pt;
	font-family: "Times New Roman", serif; }

H1 { font-size: 18pt; margin-bottom: 0; }
.uc {font-size: 18pt; text-align: center; font-family: "comic sans ms", sans-serif; color: red;}
#uc {font-size: 18pt; text-align: center; font-family: "comic sans ms", sans-serif; color: red;}
H1, H2, H3, H4, H5, H6 { text-align: center; }
HR { text-align: center; }
P { text-indent: 5%; }

/* centered */
P.c { text-indent: 0; text-align: center; }
P.caption { text-indent: 0; text-align: center; font-family: arial, verdana, sans-serif; font-size: 10pt; }
P.capleft { text-indent: 0; text-align: left; font-family: arial, verdana, sans-serif; font-size: 10pt; }

/* right-aligned */
P.r { text-align: right; }

/* footnotes */
.f { text-indent: 0; font-size: 88%; }
#f { text-indent: 0; font-size: 88%; }

/* "last update" info */
.u { text-indent: 0; font-size: 70%; font-family: arial, sans-serif; margin-top: 10px; }
#u { text-indent: 0; font-size: 70%; font-family: arial, sans-serif; margin-top: 10px; }

/* Using relative font-sizes absolutely does NOT work for a */
/* blockquote within a blockquote. */

blockquote { margin-left: 3%;
	margin-right: 3%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	background: #ccffff; }
blockquote.note { text-align: left;
  background: #ffff99; }
blockquote.deed { text-align: left;
  background: url('parchmnt.gif'); }
blockquote.manuscript { text-align: left;
	background: #ffff99;
	font-family: 'courier new', monospace; }

/* large cap - this may not work correctly! */
span.cap { float: left;
	margin-right: 6pt;
	margin-bottom: 6pt;
	font-size: 24pt; }

div.warn {color: #ee0000;
  font-weight: bold;
	padding: 5px;
	border: solid thin red;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	font-family: verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: justify }
div.xref {float: left;
  background: #ffffcc;
	padding: 5px;
	border: thin dotted gray;
	margin: 0;
	margin-right: 10px;
	text-indent: 0;
	font-size: 75%;
	font-family: verdana, arial, sans-serif; }
/* the following is something to do with the xref box and */
/* isn't in production yet...                             */
div.xin {background: #ffffcc;
	padding: 5px;
	margin: 0;
	text-indent: 0; }
div.xout {background: #ff99cc;
	padding: 5px;
	margin: 0;
	text-indent: 0;
	font-family: verdana, arial, sans-serif; }

sup { color: #ff0000;
	font-weight: bold }

/* The explicit font-size in the following statement is designed */
/* to counteract a bug in MIE 5.0 which makes material within a  */
/* table display bigger than it should. It doesn't seem to be    */
/* needed in MIE 5.5 or in Opera.                                */

td { font-family: "Times New Roman", serif; font-size: 12pt; font-weight: normal; }

A:link { color: #ff0000; text-decoration: none; }    /* unvisited link  */
A:visited { color: #0000ff; text-decoration: none; } /* visited link    */
A:hover { text-decoration: underline; }              /* mouse over link */

.ahem { display: none; }

/* Date of last update: 8 Mar 2018 */
/* A HREF="http://jigsaw.w3.org/css-validator/" ALT="Valid CSS!" */
