/* 
    Document   : main
    Created on : May 22, 2010, 2:32:21 PM
    Author     : Jeremy
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

div.headtext{
    border: 2px 2px 2px 2px solid;
    width: 800px;
    padding: 10px;
}