body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : center;
  background-color : silver;
  color : #333333;
  font-size : 10px;
  line-height : 1.2;
}

h2{
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : purple;
  font-size : 24px;
  padding-left : 10px;
}

h3{
  padding-left : 10px;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  margin-left : 30px;
  margin-bottom : 15px;
}

h4{
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  margin-bottom : 25px;
  margin-left : 60px;
}

td{
  font-size : 14px;
  line-height : 1.5;
}

h1{
  font-size : 25px;
  color : silver;
}
