span.info
{
    font-size: 10pt;
    background-color: white;
    color: #000099;
}
span.warn
{
    font-size: 10pt;
    background-color: white;
    color: #cc9900;
}
span.error
{
    font-size: 10pt;
    background-color: white;
    color: #ff0000;
}