form {
	margin-left: 30px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
	font-weight: bold;
	background-color: #000000;
}
h1 {
	font-size: 23px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 19px;
}
a:link {
	font-weight: normal;
	color: #00FFFF;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #00FFFF;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #00FFFF;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #00FFFF;
	text-decoration: underline;
}
