/* 
    Document   : estilos
    Created on : 20/05/2010, 14:45:09
    Author     : Licitação
    Description:
        Purpose of the stylesheet follows.
*/

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

.centro {
    text-align: center;
}
.bgverde{
    background-color: teal;
    color: white;
}

