html {
	height: 101%;
}

body {
	margin-top: 30px;
	padding: 0;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	color: #92D050;
}

h2 {
	font-size: 22px;
	color: #ECFF00;
}

h3 {
	font-size: 20px;
	color: #92D050;
}

p, ul, ol {
	font-size: 20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}