@charset "utf-8";

/* CSS Document */



<style type="text/css">



.css1

body {

	color: black;

	font-style: normal;

	font-family: "Times New Roman", Courier, Times, Arial, Helvetica, serif;
	
	font-size: medium;

}

h3 {

	text-align: center;

	color: #006600;
	
	font-size: medium;



}	

h2 {

	text-align: center;

	color: #ee0033;
	
	font-size: large;



}

h4 {

	text-align: center;

		color: #ff00cc;
		
		 font-size: medium;

		
}	

p {

	font-family: Georgia, "Times New Roman", Times, serif;
	
		
    font-size: medium;
	
	
	text-indent: 4em;

}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ee0033;
	font-size: medium;
	 
	
}




</style>	

