body {
	background-color: #FFFBDC;
}
p {
	font-family: "sans serif";
	font-size: 18px;
	margin-right: 20px;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
.width {
	width: 60%;
	min-width: 300px;
}
