
body
{
	background-color: #272B1D;
	color: #C4914F;
	font-family: Verdana, Tahoma, Arial, Sans Serif;
	font-size: smaller;
}

.center
{
	text-align: center;
}

.body
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

p
{
	text-align: center;
}

p:first-letter
{
	text-transform: capitalize;
	font-size: x-large;
}

.info
{
	background-color: #6C7E68;
	color: black;
	width: 180px;
	padding: 0.5em;
	text-align: left;
	margin: 0;
}

.signature
{
	font-family: "Lucida Calligraphy", "Vladimir Script", "Freestyle Script", cursive;
}

.copyright
{
	color: black;
	font-size: smaller;
}

hr
{
	color: #5B3802;
	background-color: #5B3802;
	border: none;
}

.address
{
	font-style: italic;
	font-size: smaller;
	color: #AEB33D;
}

a
{
	text-decoration: none;
	color: #AEB33D;
}

a:hover
{
	text-decoration: underline;
}

table
{
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.caption
{
	font-family: "Times New Roman", Times, serif;
	color: #B07910;
	font-style: italic;
}

.new
{
	font-style: italic;
	color: #927108;
}

.larger
{
	font-size: x-large;
}

.story
{
	text-align: left;
	padding: 0.5em;
	color: #927108;

}

.details
{
	color: #5B3802;
}