body {
	background-color: #1010bb;
	color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.sponsor {
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
}
div.top {
	padding: 0 10px 0 10px;
}
div.top a:link {
	color: #f0f040;
	text-decoration: none;
}
div.top a:active {
	color: #f0f040;
	text-decoration: none;
}
div.top a:visited {
	color: #f0f040;
	text-decoration: none;
}
div.bottom {
	padding: 4px 10px 0 10px;
	color: #8080cc;
}
div.bottom a:link {
	color: #f0f040;
	text-decoration: none;
}
div.bottom a:active {
	color: #f0f040;
	text-decoration: none;
}
div.bottom a:visited {
	color: #f0f040;
	text-decoration: none;
}
div.body {
	background-color: white;
	color: black;
	padding: 10px;
}
form {
	padding: 4px;
	background-color: #c0c0ff;
}
input.button {
	background-color: #c0c0ff;
}

