/* 
    Document   : style
    Created on : 11 March 2007, 16:07
    Author     : ivan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
  padding: 5%;
  font-family: helvetica, arial, sans-serif;
  font-size: small;
}

.quote {
  font-style: italic;
}

.prayer {
  padding-left: 5%;
}
