body, .content, textarea, input {
	color: #000;
	font-family: arial;
	font-size: 12px;
	text-align: left;
}

.content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.intro {
	text-align: justify;
}
.endnote {
	text-align: justify;
}

.title {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.subtitle {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.title-link {
	font-weight: bold;
}

.section {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.question {
	margin: 10px 0 5px 0;
	font-weight: bold;
}

.subquestion {
	padding: 0 0 0 20px;
	font-weight: normal;
}

.errors {
	margin: 5px 0 5px 20px;
	color: red;
}
.errors2 {
	color: red;
}

.answer {
	margin: 0 0 15px 15px;
}

.table {
	margin: 0 5px 0 0;
}
td.errors {
	color: red;
}

.buttons {
	width: 100%;
	margin: auto;
	text-align: center;
}

.globalerror {
	font-size: 16px;
	color: red;
	margin: 20px auto;
} 

ol {
	margin: 0 auto;
	padding: 0 25px;
	list-style-type: none;
}
ol li {
	padding: 2px 0;
}

.buttons input {
	text-align: center;
	padding: 1px;
}