/* "Cascading style sheet" for the Irvins-Doaks-Logans book */

body { color: #000000;
	background: #ffffff;
	margin-left: 3%;
	margin-right: 3%;
	font-family: "Times New Roman", serif;
	font-size: 12pt; }

H1, H2, H3, H4, H5, H6 { text-align: center }
  H1 { font-size: 155% }
  h3 {font-size: 100%; font-weight: normal;}
  h4 {font-size: 100%; font-weight: normal; font-style: italic;}
  h5 {font-size: 100%; font-weight: normal;}
  h6 {font-size: 75%; margin: 5px; font-family: verdana, arial, sans-serif; }

P { padding: 0; text-indent: 5%; text-align: justify; }

/* continuation from previous page */
P.no {text-indent: 0; }
 
/* footnotes */
P.f { text-indent: 0; font-size: 88%; text-align: left; }
#f  { text-indent: 0; font-size: 88%; text-align: left; }

/* centered */
P.c { text-indent: 0; text-align: center; }

/* "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; }

/* right-aligned */
P.r { text-align: right; }

blockquote { margin-left: 5%;
	margin-right: 5%;
	font-family: verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: justify }
blockquote.note { text-align: left; }

sup { color: #0000ff;
	font-weight: bold }

td { font-family: "Times New Roman", serif; font-size: medium; font-weight: normal; vertical-align: top;}

A:link { color: #ff0000; text-decoration: none; }
A:visited { color: #0000ff; text-decoration: none; }
A:hover { text-decoration: underline; }

.ahem { display: none; }

/* After much struggling with UL and OL to get lists of people to "look right" and indent intelligently, we gave up on the whole list idea and switched to DIV. The following DIV (with no CLASS name) is used to enclose, and indent, a family member and his or her descendants: */

div {padding-left: 5%; padding-top: 0; padding-right: 0; text-align: justify; padding-bottom: 0; border: none; text-indent: -5%; }

  div.page {margin: 0; background: #ffff99; padding: 5%; }
  div.legal {float: left; background: #ffffcc; padding: 5px; border: thin dotted gray; margin: 0; margin-right: 5px; text-indent: 0; font-size: 75%; font-family: verdana, arial, sans-serif; }
  div.title {margin: 0; background: #ffff99; padding: 5%; }

  span.gma {color: red; font-weight: bold;}
  span.corr {color: blue; font-weight: bold;}

/* Date of last update: 29 Apr 2008 */
/* A HREF="http://jigsaw.w3.org/css-validator/" ALT="Valid CSS!" */
