body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #000;
}
.maintext {
	font-size: 18px;
	color: #000;
	background-color: #EFEFEF;
}
.maintext strong {
	color: #C00;
}
.bottomlink {
	font-size: 12px;
}
h1 {
	font-size: 44px;
	color: #FFF;
	background-color: #C00;
}
h2 {
	color: #F00;
}
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #F00;
}
