body {
	background-color: #996;
	background-image: none;
	margin: 0;
}
.basic {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	padding: 5%;
}
h3 {
	color: white;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 25px;
}
.box {
	font-size: 14pt;
	font-weight: bold;
	background-color: #ff6;
	text-align: center;
	margin-right: 20%;
	margin-left: 20%;
	padding: 12px;
	border: solid 2pt #000;
}
a:link, a:visited, a:active, a:hover {
	color: #ff6; font-weight:bold;
}
.box a:link, .box a:visited, .box a:active, .box a:hover {
	color: red;
}
.smallprint {
	color: #fff;
	font-size: 10pt;
	font-family: Arial, sans-serif;
}
hr {
	border: solid 1px #fff;
}
