h1 {
    color: black;
    text-align: center;
	font-family: "Century Schoolbook",Courier, Serif;
	font-weight: bold;
	font-size : 4em;
}
h2{
    color: black;
    text-align: left;
	font-family: "Century Schoolbook",Courier, Serif;
	font-weight: bold;
	font-size:2.2em
}
p {
    font-family: Tahoma, Sans-Serif;
	font-size:1.1em;
}
tr,td,ul {
	font-size:1.1em;
	font-family: Tahoma, Sans-Serif;
}