 
BODY{
  background-color : gray;
  
  color : white;
  list-style-type : square;
  list-style-position : outside;
  

  font-size : 15px;
}
H1{
  font-size : 15px;
  font-weight : bold;
  color : #dda2d5;
}
H2{
  font-size : 15px;
  
  color : #e7764b;
}
H3{
  font-size : 15px;
  font-weight : bold;
  color : #66aee3;
}
H4{
  font-size : 15px;
  font-weight : bold;
  color : #9ac486;
}
H5{
  font-size : 15px;
  font-weight : bold;
  color : #ea7d7d;
}
H6{
  font-size : 15px;
  font-weight : bold;
  color : #e0b35f;
}
TABLE{
  font-size : 12px;
  line-height : 20px;
  letter-spacing : 1px;
  color : white;
}
SMALL{
    font-size : 11px;
    color : #cccccc;
}
