BODY {
    background: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}

UL {
    padding-left: 1em;
    list-style-type: disc;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 20px;
    font-family: sans-serif;
    font-size:  14px;
    text-align: justify;
}

UL.biblio {
    padding-left: 0em;
    list-style-type: disc;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 7px;
    font-family: sans-serif;
    font-size:  14px;
    text-align: justify;
}

UL.assuntos {
    padding-left: 6em;
    list-style-type: circle;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 20px;
    font-family: sans-serif;
    font-size:  12px;
    text-align: justify;
}

OL {
    padding-left: 2em;
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: sans-serif;
    font-size:  14px;
    text-align: justify;
}

H1  {
    margin-top: 6px;
    font-family: sans-serif;
    font-size:  17px;
    font-weight: 600;
    color: #229933;
}

H2  {
    margin-top: 20px;
    margin-left: 0px;
    font-family: sans-serif;
    font-size:  15px;
    font-weight: 600;
    text-align: left;
    color: #229933;
}

A   {
    text-decoration: none;
}

A:hover {
    color: #339933;
}

IMG {
    border: 0;
}

PRE {
    font-size: 12px;
}

P   {
    font-size: 14px;
    font-family: sans-serif;
    text-align: justify;
    text-indent: 30px;
}

P.abertura {
    font-size: 14px;
    font-family: sans-serif;
    text-align: center;
    font-weight: 600;
    color: rgb(61,92,122);
}

P.assinatura {
    font-size: 13px;
    font-family: sans-serif;
    text-align: right;
    font-weight: 600;
    color: #339933;
}

P.hist {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 500;
    color: #229933;
    text-indent: 0px;
}

P.autor {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: sans-serif;
    font-weight: bold;
}

P.titulo {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: sans-serif;
    font-style: oblique;
}

P.textoautor {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: sans-serif;
}

P.rodape {
    font-size: 8px;
    font-family: sans-serif;
    text-align: center;
}

TD.cabec {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: sans-serif;
    font-size:  30px;
    color: white;
    background-color: rgb(61,92,122);
    vertical-align: top;
    text-align: left;
}

TD.cabec2 {
    font-family: sans-serif;
    font-size:  11px;
    color: white;
    background-color: #229933; 
    padding-bottom: 0.4em;
    padding-top: 0.4em;
    vertical-align: middle;
    text-align: right;
}

TD.cabec3 {
    font-family: sans-serif;
    background-color: rgb(61,92,122);
    padding-right: 0.4em;
    vertical-align: bottom;
    text-align: right;
}

A.cabec {
    color: white;
}

TD.abertura {
    padding-bottom: 1.5em;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 0.40em;
    padding-top: 0.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.title  {   
    font-family: Arial, sans-serif;
    font-size:  18px;
    font-weight: 600;
    text-align: right;
    text-decoration: none;
}   

TABLE.menu {
    border: 1px black solid;
    padding: 5px;
    margin-right: 10px;
    background-color: #F0F0F0;
}

TD.menu  {   
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 500%;
}   

.menu INPUT {
    line-height: 100%;
    vertical-align: middle;
    border: 1px solid black !important; //evil!
}

INPUT.input {
    font-family: Courier, fixed;
    font-size: 12px;
    padding: 0.2em;
}

.menubar {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 0px;
    text-align: right;
    background-color: #000000;
    
}

.contactbox {
    font-family: Arial, sans-serif;
    font-size:  12px;
    background-color: #D0D0D0;
    font-family: Arial, sans-serif;
}

TABLE.contactbox {
    margin-top: 6px;
    padding: 4px;
    border: 1px solid black;
}

.contactbox INPUT {
    vertical-align: middle;
    
}

.titlebox {
    border: 1px solid black;
    background-color: #D0D0D0;
    margin-top: 10px;
    margin-bottom: 8px;
    padding: 6px;

}

TABLE.contentbox {
    border: 1px solid black;
    font-family: Arial, sans-serif;
    background-color: #D0D0D0;
}

TD.content {
    font-family: Arial, sans-serif;
    background-color: #D0D0D0;
}

CODE {
    font-family: Courier, monospace;
    font-size:  16px;
    margin: 20px;
    background-color: #CCCCBB;
}

.highlightbox {
    font-size: 15px;
    text-align: justify;
    margin: 12px;
    padding: 8px;
    background-color: #C3D8B8;
}

.tiny {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #444444;
        
}


