/* Example stylesheet for The Word php package
  from project Bible 2.0 http://bible2.net 
  $Id: example.css 2058 2007-12-27 13:54:19Z helmut $
*/

div.TheWord {
  font-family: Arial,sans-serif;
}

p.TL {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: medium;
  text-align: center;
  color: #009966;
}

p.IL {
  margin-bottom: -1em;
  font-size: 90%;
  font-style: italic;
  text-align: center;
  color: #009966;
}

p.L {
  text-align: center;
  font-weight: bold;
  font-size: medium; 
  white-space: pre;
  color: #006600;
}

p.SL {
  margin-top : -1em;
  font-size: 80%;
  font-style: italic;
  text-align: center;
  color: #009966;
}

p.CRef {
  font-size: 80%;
  text-align: right;
}

p.C {
  white-space: pre;
  font-size: 70%;
  color: #009966;
  text-align: center;
}

p.Copyright {
  white-space: pre;
  color: #009966;
  font-size: 80%;
}

