html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: Yellow;
	background-color: black;
	margin-bottom: 40px;
}

a {
	color: Cyan;
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.2em;
}

h2,
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
}
h3 {
	font-weight: normal;
	font-size: 1em;
}
p {
	margin-bottom: 0.5em;
	margin-top: 0em;
	line-height: 1.2em;
}


select {
	color: Black;	
	background-color: White;
}

input {
	color: Black;
	background-color: White;
	font-size: 1.5em;
}

select {
	color: Black;
	background-color: White;
	font-size: 1.5em;
}

textarea {
	color: Black;
	background-color: White;
	font-size: 1.5em;
}
hr {
	margin-top: 1.2em;
}
table {
	margin-top: 1em;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}
img {
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}