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;
}

p2{
  font-family: Helvetica;
  font-size: 10pt;
  line-height: 100%;
}

.gray{
  font-family: Helvetica;
  font-size:10pt;
  background-color: grey;
}

/* Headers */

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

li{
  font-family: Helvetica;
  font-size: 11pt;
  line-height: 175%;
}

.p1{
  background-color: #d3d3d3;
}

.p2 {
  font-family: "Times New Roman", Times, serif;
}

table-of-contents {
  color:orange;
  background: grey; 
  background-color: #eee;
}

hr {
height: 10px;
background-color:#f3f6db;
color:#f3f6db;
}