/* 
    Document   : css_grid
    Created on : 20/09/2010, 10:11:03 PM
    Author     : oscar
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.gridx {
    display: block;
    background-color: #e0edfb;
    color: #003333;
    background-position: left;
    font-weight: normal;
    font-size: 24px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
}

