body {
	font-family: cursive,arial;
	background-image: url(./background.png);
	background-attachment: fixed;
	background-repeat: repeat;
}

p.description {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


table.challenge {
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: black;
}

table.challenge td {
	text-align: center;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

table.challenge th {
	border-width: 1px 1px 0 0;
	border-style: solid;
	font-size: 20px;
}

#first {
	background-color: #f1e527;
}

#second {
	background-color: #c1bfbc;
}

#third {
	background-color: #e59210;
}
