/*-------------------------------------------*/
/* Folha de estilos principal                */
/*                                           */
/* jlopes,  Wed Jan 31 16:14:33 2001         */
/*-------------------------------------------*/

BODY {
     margin: .5em .5em .5em 2.5em;
     font-family: arial,sans-serif;
     color: black;
     background: white;
}

/* headings */
H1, H2, H3, H4 { 
     color: blue; 
}
H1 { 
     font-size: 130%;
}
H2 { 
     font-size: 120%;
}
H3 { 
     font-size: 110%;
}
H1, H2, H3, H4, H5, H6 { 
     text-align: left;
     font-family: arial,sans-serif;
     font-weight: bold;
}

/* tt */
PRE, CODE { 
     margin-left: 2em;
     font-family: monospace;
}

/* tabelas */
TABLE { 
     border-collapse: collapse;
     border-style: solid;
     border-width: 1px;
     border-spacing: 2px;
     empty-cells: show;
     margin-left: 0px;
     margin-top: 5px;
     margin-bottom: 5px;
}

TH { 
     border-style: solid;
     border-width: 1px;
     background-color: #00FFFF;
     font-family: arial,sans-serif;
     font-weight: bold;
}

TD { 
     background-color: #DFFDFD;
     border-style: solid;
     border-width: 1px;
     font-family: arial,sans-serif;
}

/* tabelas de notas */
TH.notas { 
     font-size: 90%;
     font-weight: bold;
}
TD.notas {
     font-size: 90%;
} 

/* tabelas de sumários */
TH.sumario { 
     background-color: #FFFFCC;
}

TD.sumario { 
     background-color: #FFFFEE;
}

/* listas */
DT, DD { 
     margin-top: 0; 
     margin-bottom: 0;
}

DT { 
     font-weight: bold;
}

/* rules */
HR { 
     color: blue;
}

/* links */
A:hover {
   text-decoration: none; 
   color: fuchsia;
}
A:link {
   text-decoration: underline; 
   color: blue;
}
A:active {
   text-decoration: none;
   color: aqua;
}
A:visited {
   text-decoration: underline; 
   color: purple;
}

/* navegation */
.navbar {
     font-size: 80%;
     font-weight: bold;
     margin-top: 0; 
     margin-bottom: 0;
}

/* titulos de páginas */
.header {
     font-family: arial,sans-serif;
     font-size: 120%;
     font-weight: bold;
     color: blue; 
}

/* footer das páginas */
.footer {
     font-family: arial,sans-serif;
     font-size: 90%;
}
