/* otsindexstyle1.css */

/* headline */

h1 {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: medium;
}

h2 {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: x-small;
}

/* type */

p {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: x-small;
}

/* colors */

.black {color:black}
.white {color:white}

