body {
	font-size: 13px;
	padding: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #ebece4;
	background-color: #24292d;
	margin: 0px;
}

.header {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 20px;
	border-bottom-color: #ebece4;
	border-top-color: #ebece4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 2px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	margin: 2px;
	text-align: center;
}

h3 {
	margin: 1px;
	font-weight: bold;
	font-size: 1em;
}

.left {
	width: 45%;
	padding: 20px;
	text-align: left;
	float: left;
}

.right {
	width: 45%;
	padding: 20px;
	text-align: left;
	float: left;
}

.content {
	margin-bottom: 10px;
	line-height: 1.4em;
	margin-right: 40px;
	margin-left: 40px;
}

p {
	margin: 0px;
}

img#challenge-img {
	margin-right: 20px;
	float: left;
}

div#challenge-info {
	margin-top: 20px;
	float: none;
}

.footer {
	border-bottom-color: #ebece4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin: 10px;
}

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