body {
	background: #2a2a2d;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
}

a {
	color: #eee;
	text-decoration: none;
	font-size: 12pt;
	line-height: 150%;
	letter-spacing: 0.25px;
}

a:hover {
	color: #ff0;
}

#main-full {
	max-width: 1250px;
	margin: 20px auto;
}

#main-content {
	min-height: 26px;
	margin: 5px 0;
	background: #333;
	border-radius: 6px;
}

.content-title {
	background: #0060ff;
	border-radius: 10px;
	padding-left: 30px;
	font-size: 36pt;
	margin-bottom: 12px;
	line-height: 80px;
}