.document {
	background-color: #CDC7B8;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A3A3A3;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48443C;
}
a:link {
	color: #116162;
	text-decoration: none;
}
a:visited {
	color: #116162;
	text-decoration: none;
}
a:hover {
	color: #116064;
	text-decoration: underline;
}
a:active {
	color: #116162;
	text-decoration: none;
}
