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

