#text p:last-child {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
}

.centre {
	text-align: center;
}

a {
	text-decoration: none;
	color: #ffb100;
}

a:hover {
	color: #da6800;
	text-decoration: underline;	
}

h1 {
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: .2em;
	color: #fff;
	font-size: 1.5em;
}

h1+h2 {
	margin-bottom: 7px;
	margin-top: 3px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
	color: #b3b3b3;
	font-size: 1.2em;
}

h3 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
	color: #b5b5b5;
	font-size: 1.2em;
	text-align: center;
}

#text table {
	border-collapse: collapse;
	width: 100%;
}

#text table td {
	padding: 4px;
	border: 1px #d3d3d3 solid;
}

#text p,
#text ul,
#text table {
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	font-size: 0.9em;
	color: #d3d3d3;
	line-height: 1.3em;
}

#text ul {
	padding-right: 20px;
}

#text ul li {
	margin-bottom: .7em
}

.footsteps {
	color: #4a4a4a;
	margin-top: 20px;
	text-align: right;
	font-size: 0.7em;
}

.footsteps a {
	color: #4a4a4a;
}

.clear {
	clear: both;
}