/* SCHRIFTEN */
body, p, td, th, a, li, dd, dt {
  font-family: Arial, Verdana, Geneva, sans-serif;
  font-size: 12px;
}
body, p, td, th, li, dd {
  color: Black;
}
a {
  color: #690001;
  font-weight: bold;
  text-decoration: none;
}
a:HOVER {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
  color: #cc0001;
  font-weight: bold;
}
h1, h2 {
  border-bottom: 1px solid #cc0001;
  clear: both;
}
h1 {
  margin-top: 0px;
  font-size: 26px;
}
h2 {
  font-size: 16px;
}
h3, h4, h5, h6 {
  font-size: 12px;
  clear: left;
}
ul li {
  list-style-type: disc;
}
dd {
  margin-bottom: 5px;
}
dt {
	color: #cc0001;
	font-weight: bold;
}
