@charset "utf-8";
/* CSS Document */

p{
	text-indent: 10px;
}

p:first-letter {
	font-size: 100%; 
	font-weight: bold;
	color:#333399;
 }
 h1 {
	margin:0; 
	font-size: 20px;
	text-align: center;
 }
 h2 {
	 margin:0;
	 font-size:18px;
	 text-align: center;
 }
  h3 {
	 margin:0;
	 color: red;
	 font-size: x-large;
	 text-align: center;
 }