<HTML>
<HEAD>
<STYLE type="text/css">

/*
   style sheet for the SACS website
   adapted from the style sheet of the TEMIS website
   specifying only what is used
*/

BODY { color: #000000; background: #FFF6E7; }

BODY.pt { color: #000000; background: #FFF6E7; }

H1             { color: #0D5292 ; }
H2, H3, H4, H5 { color: #0D5292 ; }

A:link     { color: #0000AA ; } 
A:active   { color: #AA0000 ; } 
A:visited  { color: #AA0000 ; } 

.chapterW{  
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1em;
        color: #0D5292;
        font-weight: bold;
        background-color: #ffffff;
}
.chapterG{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1em;   
        color: #0D5292;
        font-weight: bold;
        background-color: #dddddd;
}

</STYLE>
</HEAD>
</HTML>

