.style1 {
		font-family: Garamond;
		font-size: large;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		color: #000080;
}
.style2 {
		font-family: Garamond;
		font-size: medium;
		font-weight: bold;
		font-style: normal;
		text-align: center;
		color: #000000;
}
.style3 {
		font-family: Garamond;
		font-size: medium;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		color: #000080;
}
P		{
		font-family: Time New Roman;
		font-size: medium;
		font-weight: normal;
		font-style: normal;
		text-align: left;
		text-indent: 20px;
		margin-left: 20px;
		margin-right: 20px;
		color: #000000;
		
}