body {
  background-color: black;
  color: white;
  font-family: Verdana;
  text-align: center;
  margin-top: 120px;
}

.navbar ul {
	list-style: none;
	margin-top: 60px;
	padding: 10px 4px;
	text-align: center;
}


.navbar li{
  display: inline-block;
}

.navbar a{
  text-decoration: none;
  color: white;
  width: 100px;
  display: block;
  text-align: center;
}

.navbar ul li a:hover{
  color:red;
}

.pages ul{
  list-style: none;
  text-align: center;
}

.pages li{
  float: left;
  clear: left;
  padding-left: 580px;
}


.pages a{
  text-decoration: none;
  color: white;
  width: 100px;
  display: block;
  text-align: center;
  }
  
.pages ul li a:hover{
  color: red;
  }
  
.prev{
	position: absolute;
	left: 400px;
	top: 400px;
} 

.next {
	position: absolute;
	left: 900px;
	top: 400px;
}
  
a.prev {
	color: white;
	text-decoration: none;
}

a.next {
	color: white;
	text-decoration: none;
}  
  
  





















  
  
  
  
  
  
  
  
  
  
  
  