<!--	common styles used in web pages		version 1.0		2005-01 (RV)
-->

<style type="text/css" class="common">

  <!-- 								throughout the whole document body -->
  body {
    font-family:Verdana;
    font-size:11pt;
    margin-top:4;
    margin-bottom:4;
    scrollbar-arrow-color:#000099;
    scrollbar-track-color:#000029;
    scrollbar-shadow-color:#B8CBF6;
    scrollbar-face-color:#c8d8fb;
    scrollbar-highlight-color:black;
    scrollbar-darkshadow-color:#0066ff;
    scrollbar-3dlight-color:white;
  }

  <!-- 								for all anchors -->
  a {
  	font-family: Verdana;
    text-decoration: underline;
  }
  a:link {
    color:#0040FF;
  }
  a:visited {
    color: grey;
  }
  a:hover {
    color: red;
  }

  <!-- 								for all headers -->
  h1, h2, h3, h4, h5, h6 {
    text-align:center;
    page-break-after:avoid;
    text-autospace:none;
  	font-family: Verdana;
    font-weight:bold;
    color:gray;
  }
  h1 {
    font-size:18pt;
    font-weight:normal;
    letter-spacing:3;
    color:red;
  }
  h2 {
    font-size:14pt;
    letter-spacing:3pt;
  }
  h3 {
    text-align:left;
    font-size:14pt;
    letter-spacing:2pt;
    color:navy;
  }

  <!-- 								for all paragraphs -->
  p {
  	font-family: Verdana;
    font-size: 11pt;
    font-weight:normal;
    line-height: 125%;
  }
  <!-- 								introduction -->
  p.intro {
    font-size: 9pt;
    color: gray;
    text-align: center;
    line-height: 150%;
  }
  <!-- 								prayer -->
  p.pray {
    letter-spacing:1pt;
    color:navy;
    text-align:center;
    font-size:12pt;
    font-variant:small-caps;
  }
  <!-- 								body text -->
  p.body {
    line-height: 150%;
  }
  <!-- 								footnotes  -->
  p.note {
    font-size: 10pt;
    color:gray;
  }
  <!-- 								text in right column -->
  p.col {
    font-size: 10pt;
  }
  <!-- 								lesson in right column -->
  p.les {
    font-size: 10pt;
    color:navy;
  }
  <!-- 								links in right column -->
  p.lnk {
    font-size: 9pt;
    color:black;
    text-align: center;
    line-height: 150%;
  }

  <!-- 								footnote inline -->
  span.note	{
    font-size: 10pt;
    color:gray;
  }
  <!-- 								quotation inline -->
  span.quot {
	font-style:italic;
	color:navy;
	letter-spacing:0.1pt;
  }
  <!-- 								subheader -->
  span.sub {
    font-size: 10pt;
    color:gray;
	font-weight:bold;
    letter-spacing:2;
  }
  <!-- 								subheader 2 -->
  span.sub2 {
    font-size: 8pt;
    color:gray;
	font-weight:normal;
    letter-spacing:2;
  }

</style>