@charset "utf-8";
body {
	background-color: #333333;
}
a {
	color: #FF0000;
}
a.nav {
	color: #FFFFFF;
	font-weight: bold;
}
.nav {
	color: #FFFFFF;
}

.border {
	border: 5px solid #000000;
	width: 800px;
	text-align: center;
	margin-right: 100%;
	margin-left: 100%;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #120B01;
}

.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
}

