@charset "UTF-8";
/* CSS Document */

body {
	background-color: #3c211d;
	font-family: Arial, Helvetica, sans-serif;
	color: #EE9A32;
	font-size: small;
	text-align: justify;
}

a:link {  font-weight: bold; color: #FFFFFF; text-decoration: none;}
a:active {  font-weight: bold; color: #FFFFFF; text-decoration: none;}
a:visited {  font-weight: bold; color: #FFFFFF; text-decoration: none;}
a:hover {  font-weight: bold; color: #FFFFFF; text-decoration: underline;}

.copyrights {
	font-size: x-small;
	color: #A97449;
}
.copyrights a:link { color: #EE9A32; }
.copyrights a:active { color: #EE9A32; }
.copyrights a:visited { color: #EE9A32; }
.copyrights a:hover { color: #EE9A32;  text-decoration: underline;}

.bigger {
	font-size: medium;
}

#layout {

	position: absolute;
	top: 50%;
	margin-top: -198px;
	left: 50%;
	margin-left: -354px;
}