body {font-family: georgia, times new roman, times, serif; 
	color: black;
	background-color: white;
	font-size: 12pt; 
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 34pt;
	color: red;
	text-align: center;
	line-height: 34pt;
}
h2 {font-size: 20pt;
	color: black; 
	text-align: center;
	line-height: 20pt;
}
h3 {font-size: 18pt;
	color: black; 
		text-align: left;
}
.header{
	background-color: white;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18pt; 
	text-align: center;
}
.headerfooter{
	text-align: center;
	width: 100%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/BGgradient.png);
}

