/* 
    Document   : styles.css
    Created on : 20-set-2010, 11.48.56
    Author     : onnipotente
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

.errore
{
 color: red;
 font-size: 10px;
 text-align: center;
}

.warning
{
 color: blue;
 font-size: 10px;
 text-align: center;
}

.descrizione
{
 color: #000111;
 font-size: 10px;
 text-align: justify;
}
.childaree a
{
 color: #002211;
 font-size: 10px;
 font-weight: bold;
 text-align: center;
}


