body
{
	background-color: #006633;
	color: white;
	font-family: arial;
	font-size: 13px;	
}

a
{
	color: white;
}

h1
{
	color: white;
	font-family: arial;
	font-size: 25px;
	font-weight: bold;	
	text-align: center;
}

.header a
{
	color: red;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	text-decoration: underline;
}

.header a:hover
{
	color: white;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	text-decoration: none;
}

.footer
{
	color: white;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}