@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #03b70b;
	background-color: #000000;
}
h1, h2, h3 {
	font-size: 130%;
	margin: 0px;
}
p {
	font-size: 130%;
	margin-bottom: 0px;
}
input {
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 400px;
	color: #03b70b;
	padding: 3px;
	font-size: 15px;
}
.indent {
	margin-left: 150px;
}
a {
	color: #03b70b;
	text-decoration: none;
}
