/* @group general settings */
html,
body {
  font-size: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: black;
  background: none;
  margin: 1em;
}
/* @end */
/* @group Hide all none content items */
#Header,
#Navigation,
#NavigationSub,
#Breadcrumbs,
#Sidebar,
#Footer {
  display: none;
}
/* @end */
/* @group Reset browser specific display settings */
#Wrapper {
  width: auto;
  margin: auto;
  display: block;
}
#Main {
  width: auto;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}
#PageContainer {
  width: auto;
  background: none;
  margin: 0;
  padding: 0;
  float: none;
}
#Page,
#Page.wide {
  position: relative;
  top: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}
#Content {
  width: auto;
  padding: 0;
  float: none;
}
/* @end */
/* @group Color settings for print version */
#Content h1,
#Content h2,
#Content h3,
#Content h4,
#Content h5,
#Content h6,
#Content a {
  color: black;
}
#Content table {
  width: 97%;
  padding: 0;
}
/* @end */
