/* 
    Document   : TemplateCSS
    Created on : Jun 5, 2010, 10:34:57 PM
    Author     : Rob
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

th {
    color: navy;
}

h1 {
    color: navy;
}

h2 {
    color: navy;
}