﻿/* errorhandler.css */
/* style sheet used by EBlock error handlers that write to the page */

BODY 
{
    margin: 48px 96px;
    font: 11pt/13pt tahoma,verdana,arial,helvetica;
}

H1 
{
    margin: 0pc 0pc 1pc 0pc;
    padding: 0px 0px 12px 0px;
    font-size: 16pt;
    font-weight: bold;
    color: Red;
    border-bottom: solid 1px #999;
}

H5 
{
    margin: 1pc 0pc 0pc 0pc;
    padding: 6px 0px 0px 0px;
    font-size: 8pt;
    font-weight: normal;
    color: #999;
    border-top: solid 1px #999;
}