﻿body
{
    font: 13px arial,helvetica,clean,sans-serif;
    *font-size: small;
    *font: x-small;
}

div, table, span 
{
    font-size: inherit;
    font: 100%/1.6;
    color: #000;
}

pre, code, kbd, samp, tt /*  Bump up IE to get to 13px equivalent */
{
    font-family: monospace; 
    *font-size: 108%; 
    line-height: 99%;
}
