
/* Default BODY, Hypertext Anchor and Heading Properties */

BODY            {background:       #C0C0C0; 
		 font-family:      arial}
FONT    	{font-family:      arial}
:link           {color: lightcyan;}
:visited        {color: lightcyan;}
:active         {color: gray;}
H1, H2, H3, H4, H5, H6  {font-family: Arial}
H1, H2, H3, H4, H5, H6  {color: gray; font-weight: normal;}
H2, H3, H4, H5, H6  {color: #353535; text-align: justify;}

H6, {font-size: 90%;}
/* Default Properties for Header */
DIV.header      {width: 100%;     }
DIV.header SPAN 
	   {font-family:      Arial;
            font-size:        smaller; 
	    width:            100%;
	    padding-top:      0.2em;
	    padding-bottom:   0.0em;
	   }

.bonus    {color: white; font-weight: bold; }

/* Default Properties for Page Footer */
DIV.footer {font-family:      Arial;
            font-size:        smaller; 
	    padding-top:      0.0em;
	    padding-bottom:   0.2em;
}
/* Properties for BONUS FIGURES Text */
.bonus    {color: lightcyan; font-weight: normal; font-size: smaller;}

