@charset "utf-8";
/* CSS Document */
body
	{
	 background-color: #000000;
	 text-align: center;
}


header1
{
border-bottom: 2px solid #FFFFFF;
text-align: center;
font-size: 2.5em;
padding-bottom: 3em;
}

header2
{
text-align: center; 
padding-bottom: 3em;
}
content
{
    text-align: center;
	font-size: 3em;
		font-color: #FFFFFF;
}




footer {
	clear: both;
	height: 10%;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	padding-right: 3em;
}

ul {
    position: fixed;
  top: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}