/* 
    Document   : style
    Created on : Jul 19, 2010, 10:49:54 PM
    Author     : Christian
    Description:
        Purpose of the stylesheet follows.
*/

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

html
{
    background-color: rgb(50,50,50);
}

body
{
    background-color: gray;
    color: black;
    margin-left: auto;
    margin-right: auto;
    width: 70em;
}

