@charset "UTF-8";
/* CSS Document */
h1 { 

	font-size: 4em;
	line-height: 56px; 
	text-align: center; 
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	padding-top: .2em;

}

h2 {
	font-size: 2em;
	text-align: left;
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	border-width: thin;
	border-style: dotted none none;

}

p {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 1.25em;
	text-align: left;
}

h5 {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 1.25em;
	text-align: center;
}