	
	@charset "utf-8";
/* CSS Document */

	h1 { font-size: 30pt; color: green; }
	h2 { font-size: 22pt; }
	h3 {font-size: 18pt;}
	p { color: black; background-color: white; font-family: georgia, sans-serif; font-size: 1.4em; margin-top: 25px; margin-right: 20px; margin-left:20px; margin-bottom:20px;}
	body { background-color: #FFF0E1  }
	q {font-family: georgia; color: green; }
	.style1 {color: #CC0033}
	ol {color: black; background-color: white; font-family: georgia, sans-serif; font-size: 1.4em;}
	address {color: #552B00 background-color: transparent; text-align: center; font-family: georgia; font-size: 14pt; }
	img {background-color: #FFF0E1}
	
