/* Style fuer Frame f_mitte */

body{
  color: #000000;
  background: #ffffff;
  font: 17px Arial, Helvetica, sans-serif;
  text-align: center;

/* scrollbar-* properties are non-standard!
  scrollbar-face-color: #ff0000;
  scrollbar-base-color: "blue";
  scrollbar-3dlight-color: "yellow";
  scrollbar-darkshadow-color: #ff000f;
  scrollbar-shadow-color: #ff00f0;
  scrollbar-track-color: "yellow";
  scrollbar-highlight-color: "red";
  scrollbar-arrow-color: "green";
*/
}

a:link, a:visited, a:active {
  color: #ff0000;
}

h1, h2 { font: bold 27px "Comic Sans MS", Arial, Helvetica, sans-serif }
h1 { color: red }
h2 { color: blue }

font {
  color: black;
  font-size: 12pt;
  font-family: arial;
}

div.center {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
div.center p {
  width: 100%; /* 400px; */
  margin: 10px 0;
  color: black;
  font: 17px/22px Arial, Helvetica, sans-serif;
  text-align: justify;
}
p.initial {
  background: no-repeat;
  text-indent: 5px;
}
div.center p.image { text-align: center }
