body{
	font-family: Garamond;
	color: #ddc182;
	background: #272634;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}
h1, h2{
	text-align: center;
}
h3{
	margin-left: 40px;
	margin-right: 10px;
}
a:link {
	color: #de5e07;
	text-decoration: none;
}
a:visited {
	color: #de5e07;
	text-decoration: none;
}
a:hover {
	color: #ff6b08;
	text-decoration: underline;
}
img {
	border: 0;
}
p{
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 20px;
	text-align: justify;
	margin-bottom: 2px;
	margin-top: 2px;
}
ul{
	margin-left: 40px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
}
li{
	padding-left: 0px;
}
hr {
	text-align: center;
	width: 50%;
}
.up {
	text-align: right;
	margin-right: 10px;
	font-size: small;
}
.origin{
	text-align: center;
	font-style: italic;
}