/* 
    Document   : main.css
    Created on : 2010-03-25, 14.04.37
    Author     : Justas Vinevicius
    Description:
        Purpose of the stylesheet follows.
*/

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

body, td {
	font-size: 12px;
    font-family: arial;
}


