/* Kingblack.css */


body{
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 1%;
  margin-bottom: 15%;
  background: red;
  color: black;
  font-family: gothic;
  font-size:225%
  font-weight:bold;
  text-align: left;
  }

h1{
  color: black;
  font-family: "Gothic", sans serif, serif;
  font-weight:bold;
  font-size:300%;
  Font-weight:bold;
  text-align: center;
  }

h2{

 font-family: "Arial", sans serif, serif;
  font-size: 150%;
  Font-weight:bold;
  text-align: center;
  color: yellow;
  *text-decoration:none
  }


a{
  font-family: "Arial", sans serif, serif;
  font-size: 100%;
  Font-weight:bold;
  text-align: center;
  color: blue;

  }



.link{
  color: blue;
  font-size: 50%;
  text-decoration: underline
  }
