/* King2.css */



body{
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;  
  background: white;
  font-family: "Times New Roman", Times, serif;
  font-weight: Bold;
  color: black;
  text-align: center
  }


h2{
 font-family: "Times New Roman", Times, serif;
  font-size: 100%;
  color: black;
  text-align: left
  }

h1{
  color: red;
  font-size: 300%;
  font-weight: bold
  }




a{
  font-style: italic; font-weight: Bold;
  color: black;
  text-decoration: none;
  font-size: 100%;
  font-style: Italic; font-weight: Bold;
  color: black
  }

