body {
	font-family: Verdana;
	font-size: 13px;
	background-color: black;
	margin: 0px;
}
table,input {
	font-family: Verdana;
	font-size: 13px;
}
hr {
	width: 100%;
	border-style: dotted;
	color: red;
}
input.generator_button {
	border-style: dotted;
	background-color: navy;
	color: white;
	border-color: red;
}
input.top_button {
	border-style: dotted;
	background-color: red;
	color: white;
	border-color: navy;
}

/* Banners Table */
table.center {
	margin-left:auto;
	margin-right:auto;
}
table.banners {
	width: 904px;
	font-size: 5px;
	text-align: center;
	border-spacing: 0px;
}
table.banners img {
	border: 2px solid white;
	border-style: solid;
}
table.banners td {
	padding: 0px;
}
/* -- */
.center {
	text-align: center;
}
.container {
	width: 1004px;
	background-color: white;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}
.disclaimer {
	font-size: 9px;
	text-align: right;
}
.preview {
	width: 220px;
	height: 72px;
	background-color: #F0F0F0;
	margin-left: auto;
	margin-right: auto;
}
.text {
	margin-left: 50px;
	margin-right: 50px;
}
.code {
	width: 600px;
	font-family: Courier New;
	font-size: 12px;	
}
a {
	color: red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}