/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
.float-right {
	float: right;
	border: thin;
	border-color: #3D2E22;
}
.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:0.02em;
	word-spacing:0.04em;
	color:#281e14;
	line-height:32px;
}
.bodybig {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#281e14;
	line-height:28px;
}
.bodybold {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bolder;
	color:#281e14;
}
a:link {
	color: #3D2E22;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3D2E22;
}
a:hover {
	text-decoration: none;
	color: #7A3700;
}
a:active {
	text-decoration: underline;
	color: #3D2E22;
}
.footer {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#f9e4c8;
}
a.footer:link {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:active {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#BD9C6F;
	text-decoration:underline;
}

