body {
	padding: 0;
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
  	margin-top: auto;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	line-height: 18px;
 
}

h3 {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}

h4
{ 
color: #ffcc66;
font-size: 18px;
text-align: center;
}


a
{
text-decoration: underline;
color: #EEAD00;
text-align: center;
}
a:hover
{
color: #a5ff7f;
}


