body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
.welcome {
	font-size: 24px;
	font-weight: bold;
}
.terms {
	font-size: 10pt;
	text-align: left;
}
.censors {
	font-size: 9pt;
	color: gray;
	text-align:center;
}
.footer {
	font-size:7pt;
	text-align:center;
	padding-top:20px;
}
.frontpage a {
	text-decoration: underline;
	color: white;
}
.frontpage a:hover {
	text-decoration: none;
	font-weight: bold;
	color: red;
}