/* 
    Document   : indexStyle
    Created on : Apr 2, 2009, 12:15:12 PM
    Author     : phenry
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
h1{
    margin-left: 20px;
}
h2{
    margin-left: 80px;
}
p.mainP{
    font-family: sans-serif;
}