.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DEB400;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid DEB400;
}
.nounderline {
	text-decoration: none;
}
.link {
	text-decoration: none;
	color: #9C8800;
}
