/* ----------------------------------------------------------------------
Style sheet for bible2.net
------------------------------------------------------------------------*/

@charset "utf-8";
/* ============================================================
Beispiel-CSS, das für jeden Spruch einen Absatz erzeugt.
Example CSS which produces one paragraph for each saying.
============================================================ */

div.TheWord { font-size: 80%; font-family: sans-serif; 
       color: #33cc33; background-color: #ffffff; padding: 0.2em; }
p.TL { margin-bottom: 0.2em; font-weight: bold; }
div.Parol { margin-top: 0.5em; }
p.IL { display: inline; font-style: italic; color: #009966;}
p.L  { display: inline; }
p.SL { display: inline; font-style: italic; font-size: 90%; color: #009966; }
p.C  { line-height: 1em; font-style: italic; font-size: 90%; 
       margin: 0.5em 0 0 0; color: #336666;}
