/* Default CSS Stylesheet for a new Web Application project */

font-size: 10pt;
font-family: Arial;

BODY, TABLE
{
    
    font-family: Arial;
    font-size: 10pt;
}

*/