#thanks-reference-number {
	display: block;
	padding: 10px 10px;
	background: #113388;
	color: #fff;
	margin: 20px 0 0 0;
	font-size: 16px;
	text-align: center;
}

	#thanks-reference-number strong {
		font-weight: bold;
		font-size: 16px;
	}
	
#finish-links a {
	display: block;
	width: 210px;
	float: left;
	margin: 10px;
	background: #dddddd;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 30px 0;
	font-size: 16px;
	font-weight: bold;
}

	#finish-links a:hover {
		/*background: #f1701a;*/
		background: #113388;
		color: #fff;
	}
	
#competition-link a {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

	#competition-link a:hover {
		text-decoration: underline;
	}