<!--

/* Example style sheet file (note how this comment was created) */
<body bgcolor=#D0DDDD>

BODY {
    margin-left: 10%;
    margin-right: 15%;
    margin-top: 20;
    color: black;
    font-family: 'TimesNewRoman', 'Times' ,Serif;


    background: #D0DDDD;
}
cite {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 20;
    color: red;
    font-family: 'verdana', Arial, sans-serif
    background: #D0DDDD;
}
H1, H2, H3, H4, H5, H6      
         {color: #0000FF;
	 text-align: center;
         margin-left: 5%;
         margin-right: 25%;
         BACKGROUND: none;
	 font-family: 'verdana', Arial, sans-serif
         
}

H1	{
        
         font-weight: bold;
         FONT-SIZE: 24pt;
         background: none;
	}



H2      {
        text-align: left;
     	font-size: 14pt
        FONT-VARIANT: small-caps;
        }
 

H3     {BACKGROUND: none transparent scroll repeat 0% 0%;
        FONT-SIZE: 125%;
        }

H7      
         {
	 text-align: left;
         margin-left: 0%;
         margin-right: 0%;
         BACKGROUND: none;
	 font-family: 'verdana', Arial, sans-serif
         
}

P {     margin-left:10%;
        margin-right: 80pt;
   	font-family: 'TimesNewRoman', 'Times' ,Serif;
	font-size: 12pt
		
 }
		     
H6   {font-family: 'Verdana', Arial, sans-serif;
         COLOR: red;
	 font-style: italic;
	 text-align: center;
         FONT-SIZE: 12pt;
         margin-left: 0%;
         margin-right: 25%;
}


masthead {font-size: 36pt; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; } 
-->

