body { 
	font-weight: normal;
	font-size: medium;
	font-family: sans-serif;
	color: #A25F00;
	background-color: #FFE0B3;
	max-width: 600px;
	border: solid 3px #ab9c78;
	padding: 1px;
	margin: auto;
}
p.header {
	text-align: center;
}
.highlighted {
	background-color:#ffc46f;
}
.bordered {
	border:solid 1px #ab9c78;	
}
.centered {
	text-align: center;
}
a:link, a:visited  {
	text-decoration: underline;
	color: #2A1900
}
a:active  {
	text-decoration: underline;
	color: #955900
}
a:hover  {
	text-decoration: none;
	color: #7a4900
}