/* kasotypestyleblack.css */


/* headlineblack */

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

/* boldlineblack */

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

/* boldblack */

h3 {
  color: #000000;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: small;
}

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

/* smallboldwhite */

h4 {
  color: #ffffff;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: x-small;
}






