#FullPage{
	Position: absolute;
	top: 20px;
	width: 1000px;
	height: 1600px;
	left: 20px;
}

#TopPart{
	position: relative;
	top: 25px;
	width: 100%;
}

#ProgramTitle{
	position: relative;
	top: 0px;
	width: 100%;
}

#SheetDirections{
	position: relative;
	top: 10px;
	width: 100%
}

#MainBody{
	position: relative;
	top: 60px;
	width: 100%;
}

.titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:xx-large;
	color:#990000;
	text-align: center;
}

.directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#000000;
	text-align: left;
}

table, th, td{
	border-collapse:collapse;
	border: 2px black solid;
	
}

td{
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#000000;
	height: 40px;
}

th{
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#990000;
	height: 40px;
}

#HelpfulInfo{
	position: absolute;
	width: 600px;
	top: 800px;
	left: 200px;
}