body {
		font-family: Georgia, Helvetica, sans-serif;
		background:  #eff7d4;
		color: #797488;	
}

a, a:visited {
	text-decoration: underline;
	color:  #797488;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

#wrapper p span {
	display: block;
	margin: 10px 0;
}

#wrapper p span.wrong {
	text-decoration: line-through;	
	display: inline;
}



