
body {
  color: black;
  background-color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 20pt;
  margin: 0 0 10pt 0;
}

h2 {
  font-size: 18pt;
  margin: 0 0 9pt 0;
}

h3 {
  font-size: 16pt;
  margin: 0 0 8pt 0;
}

h4 {
  font-size: 14pt;
  margin: 0 0 7pt 0;
}

h5 {
  font-size: 12pt;
  margin: 0 0 6pt 0;
}

h6 {
  font-size: 12pt;
  margin: 0 0 6pt 0;
}



p {
  margin: 0 0 4pt 0;
  text-align: justify;
}


/* indent first line of each para 2..n  */
p + p {
  text-indent: 4pt;
}




img { border: none; }



header {
  border-bottom: thin solid black;
  margin-bottom: 1cm;
}

#gtlogo {
  width: 1cm;
  display: block;
  float: left;
  margin-right: 5mm;
}

header h1 {
  font-size: 20pt;
}

header p#tagline {
  font-size: 12pt;
}




nav#global-nav {
  clear: both;
  display: none;
}



div#specials {
  display: none;
}



article {
  margin: 0 0 7mm 0;
  clear: both;
  page-break-inside: avoid;
}

article h1 {
  font-size: 14pt;
}

article p {
  text-align: justify;
}

article figure {
  width: 3cm;
  margin: 0 0 3mm 3mm;
  float: right;
}

article figure img {
  width: 100%;
}

article figure figcaption p {
  font-size: 9pt;
  text-align: left;
  text-indent: 0;
}

article figure figcaption span.credit {
  font-size: 8pt;
}

article figure figcaption span.credit:before {
  content: "[";
}

article figure figcaption span.credit:after {
  content: "]";
}




abbr:before {
  content: attr(title)" ("
}

abbr:after {
  content: ")"
}

abbr[title] {
  border-bottom: none;
}


a:after {
  content: " <"attr(href)">";
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #005605;
  background: white;
}


/* but not for link around header logo */

header a {
  text-decoration: none;
}

header a:after {
  content: none;
}






footer {
  clear: both;
  border-top: thin solid #252525;
  padding: 1rem 0 ;
  text-align: center;
}

footer span.valid-xhtml {
  display: none;
}

footer span.valid-css {
  display: none;
}

footer span.copyright {
  margin: 0;
  padding: 0;
}

footer span.impressum {
  display: none;
}


