html 
{
    background-color: #73B66B;
}

body
{
    
}

#content 
{
    text-align: left; 
    width: 600px; 
    margin: 0 auto;
    background-color: #fff;
}

div 
{
    padding: .5em;
}

.beginprocess
{
    background-color: #29A2C6;
    color: white; font-weight: bold;
}

.validating
{
    background-color: #FFCB18;
}

.validated
{
    background-color: #29A2C6;
}

.temporary_failure
{
    color: red;
}

.permanent_failure
{
    color: red;
}

.delivering
{
    background-color: #29A2C6;
}

.attempting_delivery
{
    background-color: #FFCB18;
}

.delivery_success
{
    background-color: #73B66B;
}

.delivery_failure
{
    background-color: #FF6D31;
}

.endprocess
{
    background-color: #EF597B;
}

.processcomplete
{
    background-color: #29A2C6;
}

.sql
{
    font-family: courier new;
}

.delivery_stats
{

}
