blockquote {
    width: 90%;
    background-color: #eee;
    font-family: arial;
    font-size: 100%;
    font-style: normal;
    line-height: 1.5;
}

#left {
  left:-8.33%;
  text-align: left;
  float: left;
  width:50%;
  z-index:-10;
}

#right {
  left:31.25%;
  top: 75px;
  float: right;
  text-align: right;
  z-index:-10;
  width:50%;
}

/* Whole document: */
p{
  font-family: Helvetica;
  font-size: 11pt;
  line-height: 175%;
}

p1{
  font-family: Helvetica;
  font-size:10pt;
  line-height: 0.5;
}
/* Headers */

h1{
  font-size: 16pt;
}
h2{
  font-size: 14pt;
  margin-top: 10em;
}
h3{
  font-size: 13pt;
}
h4{
  font-size: 12pt;
}
h5{
  font-size: 11pt;
}
h6{
  font-size: 10pt;
}

li{
  font-family: Helvetica;
  font-size: 11pt;
  line-height: 175%;
}
table-of-contents {
  color:orange;
  background: grey; 
  background-color: #eee;
}