body {
	background-color: #bbb;
	color: #fff;
}

#content {
	width: 100%;
}

.title {
	font-size: 3em;
	font-family: arial;
	font-style: bold;
	text-align: center;
}

.sub-title {
	font-size: 2em;
	font-family: arial;
	font-style: bold;
	text-align: center;
}

.column {
	display: inline-block;
	vertical-align: top;
}

.columns-2 {
	width: 49.8%;
}

.links-set {
	text-align: center;
}