div.mainmenu {
	top: 170px;
}

div.content {
	font-size: 10pt;
}

h1.questionheading {
	color: rgb(255,55,55);
	font-size: 12pt;
	margin-top: 20px;
	text-align: center;
}

p {
	margin-top: 0;
}

blockquote {
	font-weight: bold;
}

blockquote p {
	font-size: 11pt;
}

a {
	font-weight: bold;
	color: red;
}

a:hover {
	text-decoration: underline;
}

p.answersummary {
	border-bottom: 1px solid rgb(160,160,160);
	padding-bottom: 2ex;
	margin-bottom: 0;
	margin-top: 20px;
	color: rgb(95,95,95);
}

p.nextquestion {
	border-top: 1px solid rgb(160,160,160);
	margin-bottom: 0;
	margin-top: 2ex;
	color: rgb(95,95,95);
}

a.questionreturn, a.nextquestion {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#hastings {
	padding-left: 0.5in;
	padding-right: 0.5in;
}

#hastingstitle {
	font-size: 110%;
}