.box {
	border: 1px solid #993300;
}
.bottom {
	font-size: 9px;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.maintext {
	font-size: 12px;
	text-align: justify;
}
.buttons {
	font-size: 11px;
	color: #993300;
	background-color: eee3d8;
	text-align: center;
	line-height: 20px;
	border: 1px solid #993300;


}
a:visited {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	color: #336633;
	text-decoration: none;
}
a:link {
	color: #993300;
	text-decoration: underline;
}.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993300;
}
