body {
  background-color:	white;
}

.content {
  font-size:		200%;
  position:		relative;
  z-index:		1;
  width:		99%;
  height:		80%;
  cursor:		e-resize;
}

.bottom {
  position:		absolute;
  z-index:		2;
  bottom:		2px;
  width:		99%;
}

.navbar-wrapper {
  display:		table;
}

.navbar {
  background-color:	rgb(230,230,255);
  width:		99%;
  display:		table-body;
}

.navbar li {
  # list-style-type:	none;
  display:		table-cell;
  width:		33.3%;
  color:		gray;
  background-color:	rgb(230,230,255);
}

.navbar li a {
  text-decoration:	none;
  color:		blue;
}

.previous {
  text-align:		left;
}

.top {
  text-align:		center;
}

.next {
  text-align:		right;
}

.error {
  color:		darkred;
  z-index:		1;
  position:		relative;
}

img {
  border:		none;
  margin-bottom:	5px;
}
