/* hey, emacs, treat this like -*- C -*- */

H1  {
  font-size : x-large;
  font-family : sans-serif;
}

H2  {
  font-size : large;
}

H3  {
  font-size : medium;
}

H4 {
  font-size : medium;
}

A  {
  color : navy;
  font-family : sans-serif;
}

A:Visited  {
  color : purple;
}

A:Active  {
  color : purple;
}

A:Hover  {
  color : fuchsia;
}

td {
  font-size : medium;
  font-family : sans-serif;
  font-weight : bold;
  font-style : normal;
  color : black;
}

BODY  {
  font-size : medium;
  font-family : sans-serif;
  font-weight : bold;
  font-style : normal;
  color : black;
  text-decoration : none;
  text-align : left;
  background-color : #6666FF;
  text-indent : 4;
  margin-top : 10px;
  margin-bottom : 10px;
  list-style-type : square;
  list-style-position : inside;
  list-style : square;
}

/* Texthervorhebungen */
dt {
  font-weight : bold;
}

em {
  font-style : italic;
  font-weight : 600;
}
