@media screen {

html {
  overflow: scroll;
  overflow-x: auto;
    /* For browsers that don't support overflow-y, showing both
       scrollbars is a better fallback than showing none. (The sliding
       tabs animation is not very smooth if a scrollbar appears or
       disappears during it.) */
}

html * {
  overflow: hidden;
    /* workaround IE7 bug where italic text causes an unnecessary
       horizontal scrollbar to appear */
}

body {
  font-family: "Hoefler Text", "Georgia", serif;
  margin: 8em auto;
  width: 26em;
  line-height: 140%;
  color: #000;
  background-color: #fff;
  text-align: center;
}
      
h1 {
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0;
}

h2, a[name] {
  display: none;
}

a[name] {
  position: absolute;
  top: 0;
  left: 0;
}

:link, :visited {
  text-decoration: none;
  color: #c00;
}
:link:hover, #navigation :visited:hover {
  color: #f00;
}
:active, :focus {
  outline: none;
}
      
#navigation {
  font-family: "Gill Sans", "Corbel", "Trebuchet MS", sans-serif;
  font-style: italic;
  margin: 2em 0 0 0;
  padding: 0;
}

#navigation li {
  display: inline;
  list-style: none;
  padding: 0 1em;
  margin: 0;
}

#navigation li + li::before {
  content: "\00b7";
  padding-right: 1em;
  margin-left: -1.35em;
}

#navigation a {
  display: -moz-inline-box;
    /* for Gecko <= 1.8 */
  display: inline-block;
  overflow: visible;
    /* See CSS 2.1 spec, sec. 10.8, last paragraph */
  height: 4em;
}

#navigation .magic-tab-selected a {
  background-image: url(vline.gif);
  background-position: center 2em;
  background-repeat: no-repeat;
}

.vcard .fn {
  display: none;
}

.magic-tab-panes {
  border: 1px solid #ccc;
  margin: 0 auto;
  width: 23em;
  text-align: left;
  display: none;
}

.magic-tab-panes div {
  padding: 1em 1.2em;
}
      
.magic-tab-panes div div {
  padding: 0;
    /* I'd've used the > selector previously, but for IE6 */
}

.magic-tab-panes div :last-child {
  margin-bottom: 0;
}
      
table {
  margin: 0 auto;
  padding: 0;
}

td, th {
  padding-bottom: 0.1em;
  vertical-align: top;
}
th {
  font-weight: normal;
  text-align: right;
  padding-right: 0.3em;
}

address {
  font-style: normal;
}

.impp {
	text-transform: lowercase;
}

dl {
  text-align: left;
  margin: 0;
}
dd + dt {
  margin-top: 1.5em;
}

abbr, acronym {
  cursor: help;
  outline: none;
  border: none;
}
acronym {
	font-variant: small-caps;
	text-transform: lowercase;
}

p {
  text-align: left;
  margin: 0 0 1em 0;
}

code {
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Monaco", 
    "Andale Mono", monospace;
  font-size: 0.9em;
}

}
