body {
	background-color:#333;
	text-align:center;
	font-family:'Times New Roman', 'Palatino Linotype', 'Book Antiqua', serif;
	font-size:16px;
	padding-top:20px;
	}
.white {
	background-color:#ffffcc;
	}
.desc {
	text-align:center;
	font-style:italic;
}
#text {
	width:80%;
	text-align:left;
	margin-left:10%;
}
.answer {
	border:1px dashed #ffcc33;
	color:#000;
	}
.answer:hover {
	color:#000;
	}
p,ul {
	font-family:'Palatino Linotype', 'Book Antiqua', serif;
	font-size:16px;
}
h1,h2,h3 {
	font-family:'Palatino Linotype', 'Book Antiqua', serif;
	font-style:italic;
	}
h1,h2 {
	text-align:center;
	}
pre {
	font-size:14px;
	padding:20px;
	}