/* 
    Document   : fonts-medium
    Created on : 2008-08-24, 12:30:42
    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: 15px;
}

p{
    line-height: 130%;
}

