/* CSS Document */
h1{
  text-align: center;
  color: white;
  font-family: 'Calibri', 'Arial', sans-serif
  }
h2 {
  text-align:center;
  color:white;
  background:red;
  font-size: large
  font-family'Calibri', 'Arial', sans-serif
  }
  
p{
  text-align: justify;
  font-size: medium;
  font-family: Times, 'Times';
  }
b{
  font-weight: 800;
  }

i {font-style:oblique;
  }
  
em{

}
