/* 
    Document   : fonts-small.css
    Created on : 2008-08-24, 12:29:40
    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: 12px;
}

