body {
	background-color: #DCD3B2;
	color: black;
	margin-left: 15%;
	margin-Right: 15%;
	border: 3px dashed black;
	padding: 10px 10px 10px 10px;
	font-family: "Times New Roman", sans;
	font-size: 18px;
}

table, th, td {
	background-color: #D9CFA7;
	border: 2px solid #A49F84;
	border-collapse:collapse;
}

caption {
	background-color: #D9CFA7;
	border-top: 2px solid #A49F84;
	border-left: 2px solid #A49F84;
	border-right: 2px solid #A49F84;
}

p.nextPage {
	text-align: right;
}