/* CSS definition file containing site wide stylesheets */

H1 {
	font-family: "Palatino Linotype",  serif;
 	font-size: medium;
 	font-weight: bold;
 	text-align: center
}

P {
	font-family: Garamond, serif;
 	font-size: large;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}