body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FBE3B7;
	color: #411E0A;
}
h1 {
	font-size: 18px;
	color: #CB701F;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CB701F;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CB701F;
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
	padding-left: 10px;
}
p {
	padding-left: 20px;
	text-align: justify;
	padding-right: 20px;
}
li {
	text-align: justify;
}

.container .footer {
	font-size: 10px;
}
a {
	font-weight: bold;
	color: #CE7320;
	text-decoration: none;
}
a:hover {
	color: #291A13;
	text-decoration: underline;
}
.feedback {
	background-color: #FBE3B7;
	border: 1px solid #CB701F;
}
.author {
	font-size: 12px;
	font-weight: bold;
	color: #CA6F1E;
	text-align: right;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CA6F1E;
}
