/* 
    Document   : css
    Created on : 11.10.2009, 14:27:02
    Author     : Andreas Eberhard
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
    margin:20px 0px;
    padding:0px;
    text-align:center;
    font-family: serif;
    background-color: black;
    
}

table{
    margin-left: auto;
    margin-right: auto;
}

