body {
  background-color: #999999;
  }

h1 {
    font-family: 'Berlin Sans FB Demi<';
    font-size: 250%;
    color: white;
    border-bottom: solid;
    border-color: silver;
    border-width: 3px;
}    


h2 {
    font-family: 'Century Gothic';
    font-size: 125%;
    color: white;
}

h3 {
    font-family: 'Times New Roman';
    font-size: 85%;
    color: white;
   
}

h4 {
    font-family: 'Book Antiqua';
    font-size: 85%;
    color: white;
}

h5 {
    font-family: 'Freshbot';
    font-size: 120%;
    color: #666666;
}

h6 {
    font-family: 'Century Gothic';
    font-size: 100%;
    color: white;
}

hr {
  color: gray;
  width: 70%;
  text-align: left;
}

p {
  margin-left: 1em;
  font-family: 'Book Antiqua';
  color: white;
}

ul {
  margin-left: 3em;
  font-family: eTrebuchet MSf;
  font-size: 90%;
  font-style: italic;	
  color: white;
}

ol {
  margin-left: 2em;
  font-family: 'Times New Roman';
  font-size: 100%;
  font-style: bold;
  color: white;
}

