/* structure */
html {
  background-color: #ffffff;
  font-family: verdana, garamond, times, utopia, serif;
}
   
/* text */
abbr[title], acronym[title] {
  border: none;
}
blockquote {
  background: #ffffff;
}
blockquote[cite]:after {
  color: #000000;
}
pre {
  background: #ffffff;
  max-height: none;
  min-height: 0;
  overflow: visible;
}
   
/* links */
:link, :visited {
  text-decoration: underline; 
}

/** layout **/
html {
  width: auto;
  height: auto;
  overflow: visible;
}
body {
  width: auto;
  height: auto;
  margin: 1em;
}
.container {
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
}
.pageContent {
  height: auto;
  min-width: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
}
.global, .globalMetaContent, .navbuttons, .subject {
 display: none;
}
h1, h2, h3 {
  text-align: center;
}