body {
  background-color: black;
  font-family: Times New Roman;
  font-size: 17px;
  color: white;
  text-align: left; 

}
a {
    text-decoration:none;
    color: yellow;

} 
a:hover  {
  text-decoration: underline;
  color: purple; 
  
}
.entries {  
  float: right; 
	display: block;
	background-color: black;
	width: 500px;
	height: 700px;
	padding: 10px;  
  overflow: scroll;
  
}

.back {
  display: block;
  text-align: center;
  background-color: grey;
  color: yellow;
  width: 100px;
  height: 40px;
  border-right: 2px solid blue;
  border-bottom: 2px solid blue;
  border-left: 2px solid lightblue;
  border-top: 2px solid lightblue;
}