body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: #E7EAEE;
}

h1 {
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

h2 {
	font-weight: bold;
	text-align: center;
}
	
p {
	
}

#footerheading{
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}

#footeritem{
	font-size: 18px;
	text-align: left;
	font-style: italic;
}

a{
	font-size: 20px;
	text-align: center;
	font-style: italic;
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: yellow;
}

/* selected link */
a:active {
  color: white;
}