/* 
    Document   : errors
    Created on : Jan 26, 2008, 2:56:07 PM
    Author     : eric
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*root { 
    display: block;
}*/

.error
{   
    color: red;
}

