
/*    Crisis Centre Ministries           */
/*    Style sheet file - Print           */
/*    Author: Paul Hazelden              */
/*    Last modified: 07/11/09            */

BODY
  {
    color:  #000000;
    text-align: justify;
  }

a:link
  { color: blue }

a:visited
  { color: green }

a:hover
  { color: red }

H1, H2, H3, H4
  {
    font-weight: bold;
    font-family: Verdana, Arial Black, Arial, helvetica, sans-serif;
    text-align: left;
  }

H1
  {
    text-align: center
  }
    
H2
  {
    MARGIN: 30pt 0pt 0pt 0pt;
  }

H3
  {
    MARGIN: 20pt 0pt 0pt 0pt;
    font-style: italic
  }
    
H4
  {
    MARGIN: 15pt 0pt 0pt 0pt;
    font-size: 120%;
    font-style: italic
  }

p, blockquote
  {
    font-family: Times, serif;
    MARGIN: 10pt 5pt 0pt 20pt;
  }
    
li
  {
    font-family: Times, serif;
    MARGIN: 10pt 5pt 5pt 0pt
  }

.textmain
  {
    width:100%;
    text-align: justify
  }
  
.textnav
  {
    display: none;
  }

.textend
  {
    clear:both;
    width:70%;
    margin-left: auto;
    margin-right: auto;
    align: center;
    text-align: center;
  }

.textnav ul
  { list-style-type:none; }

.diary table
  { border: none;
    padding: 0 0 0;
    MARGIN: 0pt 0pt 0pt 0pt;
  }

.diary td
  { padding-right: 5px;
  }

.diary H1
  { MARGIN: 0pt 0pt 0pt 0pt;
  }

.diary H2
  { border-top: solid thin;
    border-bottom: solid thin;
    MARGIN: 10pt 0pt 0pt 0pt;
  }
  

