
/* STYLESHEET FOR THE WHOLE SITE */
/* ============================= */

BODY
   {    
    background:       #ffff99;
    color:            black
   }
A:link, A:visited 
   {
    font-family:      sans-serif;
    font-size:        11px;
    font-weight:      bold;
    color:            #004400;
    background:       transparent;
    text-decoration:  none
   }
A:hover, A:active
   {
    font-family:      sans-serif;
    font-size:        11px;
    font-weight:      bold;
    color:            #cc6600;
    background:       transparent;
    text-decoration:  underline
   }
A.verde:link, A.verde:visited 
   {
    font-family:      sans-serif;
    font-size:        11px;
    font-weight:      bold;
    color:            #004400;
    background:       transparent;
    text-decoration:  none
   }
A.verde:hover, A.verde:active
   {
    font-family:      sans-serif;
    font-size:        11px;
    font-weight:      bold;
    color:            #cc6600;
    background:       transparent;
    text-decoration:  underline
   }
A.livro:link, A.livro:visited
   {
    font-family:      sans-serif;
    font-size:        12px;
    font-weight:      bold;
    color:            #cc6600;
    background:       transparent;
    text-decoration:  none
   }
A.livro:hover, A.livro:active
   {
    font-family:      sans-serif;
    font-size:        12px;
    font-weight:      bold;
    color:            #004400;
    background:       transparent;
    text-decoration:  underline
   }
A.title:link, A.title:visited
   {
    font-family:      times;
    font-weight:      bold;
    font-size:        19px;
    color:            #004400;
    background:       transparent;
    text-decoration:  none
   }
A.title:hover, A.title:active
   {
    font-family:      times;
    font-weight:      bold;
    font-size:        19px;
    color:            #ffcc33;
    background:       transparent;
    text-decoration:  none
   }
P
   {
    font-family:      times;
    color:            #82270e
   }
P.barry
   {
    font-family:      sans-serif;
    font-size:        13px;
    color:            darkolivegreen
   }
P.title
   {
    font-family: arial;
    font-size:   16px;
    font-weight: bold;
    color:       #82270e
   }
P.supertitle
   {
    font-family: bangle, arial;
    font-size:   24px;
    font-weight: bold;
    color:       #82270e
   }
P.subtitle
   {
    font-family:      arial, sans-sherif;
    font-weight:      bold;
    font-size:        14px;
    color:            #82270e
   }
P.obs
   {
    font-family: simpson, arial;
    font-weight: bold;
    font-size:   13px;
    color:       #cc6600
   }
P.educa
   {
    font-family:      sans-serif;
    font-size:        11px;
    color:            darkolivegreen
   }
UL
   {
    font-family: arial;
    font-size:   13px;
    color:       #82270e
   }
HR 
   {
    font-family:      verdana,arial;
    font-size:        130%;
    color:            #82270e
   }
H1 
   {
    font-family:      verdana,arial;
    font-size:        80%;
    color:            #82270e
   }
TABLE
   {
    border-top:       0px;  
    border-right:     0px; 
    border-bottom:    0px;
    border-left:      0px
   }
