

body{
  color : black;
  background-color : #ffffff;
  background-repeat : inherit;
  background-attachment : inherit;
  border-collapse : inherit;
  border-spacing : 0px 0px;
  caption-side : inherit;
  table-layout : inherit;
  empty-cells : inherit;
}

h1{
  font-size : 25px;
  font-style : italic;
  font-variant : normal;
  color : black;
  text-align : right;
}

h2{
  font-size : 35px;
  color : black;
  background-image : linear-gradient(#ffffff, #ffffff);
}

ul{
  background-color : #009595;
}

h3{
  font-size : 25px;
  font-style : italic;
  color : black;
}

h4{
  font-size : 16px;
  font-weight : normal;
  color : black;
  background-image : none;
  font-style : italic;
  text-decoration : underline;
}

h5{
  font-size : 25px;
  font-style : italic;
  color : white;
  background-color : #3352e6;
}

.Class{
  background-color : #000086;
  color : white;
}

h6{
  font-size : 16px;
  font-style : italic;
  color : black;
  text-decoration : none;
  font-weight : normal;
}

