@import "../basic.css";

body {
  line-height: 20px;
  font-size: 20px;
}

/*div, a, span, strong {
  vertical-align: text-bottom;
}*/
div {
  text-align: center;
}
/* http://theodorakis.net/tablecentertest.html */
table /* just for backwards compatibility until mknavfiles for all gallery pages */
{ 
margin-left: auto;
margin-right: auto;
}
div.vmargin { 
  margin-bottom: 5px;
}
span.nowrap { 
  white-space: nowrap;
}
span.button { 
  vertical-align: middle;
}
a {
  text-decoration: none;
}

img {
  border: none;
}
img.button {
  height: 22.5px;
}


