body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(test1.jpg);
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.Author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.Section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}
.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.Question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
}
.SubSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	text-align: center;
}

