/*  alwanza_brown.css */

BODY        { font-family: geneva, arial, lucida, sans-serif; 
                  font-size: 12pt; 
                  color: #660000;                      /* #660000 is dark brown */
                  background-color: #663300; }

/* text-decoration:  none, underline */

A:LINK      { text-decoration:  none;
                  color: #000000; 
                  font-weight: bold; }

A:VISITED   { text-decoration:  none;
                  color: #330000; 
                  font-weight: bold; }

A:ACTIVE    { text-decoration:  none;
                  color: #CC2222; 
                  font-weight: bold; }

A:HOVER     { text-decoration:  none;
                  color: #CC2222; 
                  font-weight: bold; }

.color1     {  background-color: #CC9933}  /* light olive green #CC9933 */

.color2     {  background-color: #FFCC99}  /* fleshy pink/beige #FFCC99 */

.color3     {  background-color: #CC6600}  /* ruddy light brown #CC6600 */


.header  { font-family: geneva, arial, lucida, sans-serif;  
                  font-size: 16pt; 
                  font-weight: bold; 
                  color: #660000     }

.subheader  { font-family: geneva, arial, lucida, sans-serif; ; 
                  font-size: 12pt; 
                  font-weight: bold; 
                  color: #660000     }

.regular { font-family: geneva, arial, lucida, sans-serif; 
                  font-size: 12pt; 
                  color: #000000;  
                  line-height: 12pt  }

.boldsmall { font-family: geneva, arial, lucida, sans-serif; ;
                  font-size: 10pt; 
                  color: #003300;  
                  font-weight: bold; }

.small { font-family: geneva, arial, lucida, sans-serif; 
                  font-size: 10pt; 
                  color: #004422;    }