/* Example style sheet file (note how this comment was created) */
 BODY {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 20;
    color: black;
    font-family: 'times roman', Arial, sans-serif;
 
    background: #FFFFD6;
}

H1, H2, H3, H4, H5, H6      
         {color: blue;
	 font-family: 'verdana', Arial, sans-serif}
          

H1	{font-weight: bold;
	 text-align: center;
         FONT-SIZE: 250%;
        
	}



H2      {BACKGROUND: yellow;
        text-align: left;
        FONT-SIZE: 200%;
	font-size: 18pt
        FONT-VARIANT: small-caps;
        TEXT-TRANSFORM: uppercase}
 

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

H4     {BACKGROUND: none transparent scroll repeat 0% 0%;
        text-align: center;
        FONT-SIZE: 120%;
        }

P {     margin-left: 80pt
	font-family: 'TimesNewRoman', 'Times' ,Serif;

	font-size: 12pt
		
 }		     



CITE	{font-family: 'Verdana', 'Arial', sans-serif;
         COLOR: red;
	 font-style: italic
         margin-left: 25%;
         margin-right: 25%;
}

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