.box {
	background-color: #FFFFCC;
	padding: 5px;
	clear: both;
	height: auto;
	width: auto;
	border: thin groove #330000;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #FFFFCC;
	background-position: left bottom;
	margin: 2px;
	padding: 3px;
	height: auto;
	width: auto;
	border: ridge;
}
