/*  alwanza_green.css */

BODY        { font-family: geneva, arial, lucida, sans-serif; 
                  font-size: 12pt; 
                  color: #DCFF80;                      /* #DCFF80 is yellowish */
                  background-color: #000000; }         /* #000000 black */

/* text-decoration:  none, underline */
/* http://www.webpagesthatsuck.com/color.html */

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

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

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

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

.color1     {  background-color: #280014}  /* dark purple #280014 */

.color2     {  background-color: #001428}  /* dark blue #001428 */

.color3     {  background-color: #142800}  /* dark green #142800 */


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

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

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

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

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


.red { /*special emphasis*/
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
     font-weight: bold;
     color:  #990033;  
}   

.smallest {  /*bottom right*/
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
     line-height: 10pt;
     font-size: 8pt;
     font-weight: normal;
     color: #ccccff;  
}  
