
/* STYLESHEET FOR THE WHOLE SITE */
/* ============================= */

hr 
   {
    color: darkgreen
   }
P
   {
    font-family:      times;
    font-size:        12px;
    color:            #cc3399
   }
P.title
   {
    font-family:      times;
    font-size:        18px;
    font-weight:      bold;
    color:            darkgreen;
    text-decoration:  underline
   }
P.menu
   {
    font-family:      times;
    font-size:        15px;
    color:            #800000;
    background:       transparent;
    text-decoration:  none
   }
P.text
   {
    font-family:      times;
    font-size:        15px;
    color:            darkgreen;
    text-decoration:  none
   }
P.fonte
   {
    font-family:      times;
    font-size:        12px;
    color:            #800000;
    text-decoration:  none
   }
LI
   {
    font-family:      times;
    font-size:        15px;
    color:            darkgreen
   }
A
   {
    font-family:      times;
    font-size:        13px;
    color:            #cc3399
   }
A.fonte
   {
    font-family:      times;
    font-size:        12px;
    color:            darkgreen
   }
A.menu
   {
    font-family:      times;
    font-size:        15px;
    color:            #800000
   }