body {
	background: #650;
	font-family: "trebuchet ms", helvetica, sans-serif;
}

ul li a img {
	border: 0;
}

ul li {
	list-style: none;
}

a {
	color: #333;
}

.c {
	visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}


#box {
	width: 450px;

	margin: auto;
	margin-top: 80px;
	padding: 30px;

	border: 15px solid #444;
	background: #ccc;
}

#question {
	font-size: 26px;
	font-weight: bold;
	color: #111;
}

#answers li {
	list-style: none;
}

#answers input {
	margin-right: 15px;
}

#sendButton {
	width: 70px;
	float: right;
	margin: 20px;
}

#link {
	font-size: .75em;
	color: #111;
}
.logout * {
	text-decoration: none;
}

.logout {
	float: right;
	color: #333;
	text-decoration: none;
	font-size: .75em;
}
.new {
	float: left;
	color: #333;
	text-decoration: none;
	font-size: .75em;
	margin-left: 40px;
}

