.links {
	text-align: center;
	font-weight: bold;
}
.header {
	text-align: center;
}
.content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.step {
	background-color: #043200;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
}
.registrationForm {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.registrationForm tr .header {
	background-color: #CCC;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}
.note {
	background-color: #F4F4C7;
	border: 1px dotted #CCC;
	padding: 10px;
}
h1 {
	font-size: 24px;
}
.links {
	font-size: 14px;
}
