body {
	background: #d3f7ba url(bkgradient.png) repeat-x;
	color: #A734D1;
	font: 16px/24px Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #345ed1;
}
a:visited {
	text-decoration: none;
	color: #345ed1;
	font-style: italic;
}
a:hover {
	text-decoration: none;
	color: #A734D1;
}
a:active {
	text-decoration: none;
	color: #345ed1;
}
#title {
	background: url(thursdaychallenge.png);
	height: 60px;
	width: 377px;
	margin-right: auto;
	margin-left: auto;
}
#about {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: justify;
}
button {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #FDFFFC;
	background: #A734D1;
	margin-top: 10px;
	border-top: #A734D1;
	border-right: #A734D1;
	border-bottom: #A734D1;
	border-left: #A734D1;
}
input {
	/*background: #cbd9ff;*/
}
#entrybox {
	width: 475px;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#entrybox label {
	float: right;
	clear: both;
	font-size: 12px;
}
#linkbox {
	color: #345ed1;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#theme {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
}
#current {
	font-variant: small-caps;
}
.motif {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#nextweek {
	font-size: 10px;
}
#questions {
	font-size: 10px;
	line-height: 12px;
}

