
body {
  color: gray;
  background-color: black;
  text-align: left;
  padding: auto;
  text-align: center;
}

a {
  color: gray;
  background-color: black;
  text-decoration: underline;
}

img.p {
display: inline;
padding:26px 25px; 
margin:16px 20px; 
border: 3px solid #666633; 
vertical-align: middle;  
text-align: center; 
height: 81px; 
width: 120px; 
background-color: silver;
color: silver;
}
a.p {
display: inline;
padding: 0px; 
margin: 0px; 
background-color: transparent; 
color: black;
border: 0px;  
}
#prev {
position: fixed;
top: 5px;
left: 5px;
background-color: transparent;
float: left;
}
#next {
position: fixed;
top: 5px;
right: 5px;
background-color: transparent;
float: right;
}
#prev > a, #next > a  {background-color: transparent;}

