/*
  Love's Answer Article Stylesheet
  5/7/2005
*/
  BODY {
    margin: 10 20px 200px 20px;
    text-align: justify;
    font-family: Times, serif;
  }
  H1 {
    font-size: 150%;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  H2 {
    font-size: 130%;
    width: 100%;
    padding: 25px 0 5px 0;
    font-weight: bold;
  }
  H3 {
    font-size: 115%;
    font-weight: bold;
  }
  H4 {
    font-size: 110%;
    font-weight: normal;
  }
  H5 {
    font-size: 105%;
    font-weight: normal;
  }
  P {
    margin-left: 15px;
    margin-right: 10px;
  }
  OL, UL {
    margin-left: 50px;
    margin-right: 40px;
  }
  UL.nobullet, UL.nobullet LI {
    list-style: none;
  }
  P.scripture {
    font-style: italic;
  }
  P.scripture strong {
    font-weight: normal;
    text-decoration: underline;
  }
  P.scripture em {
    font-style: normal;
  }
  P.scripture a:hover {
    color: #000;
  }
  SPAN.underline {
    text-decoration: underline;
  }
  #pool {
    margin: 0 0 10px 20px;
  }
