/* 
    Document   : fonts-big
    Created on : 2008-08-24, 12:31:33
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

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

div, table, p
{
    font-size: 20px;
}

p{
    line-height: 160%;
}