.container {
  font-family: Times New Roman, Times, Ariel, Verdana, sans-serif;
  text-align: left;
}

.header h1 {
  font-weight: normal;
  padding-top: 1em;
}
  
.header h2 {
  font-weight: normal;
}

.header h3 {
  font-weight: normal;
  font-size: 18
}

.header h4 {
  font-weight: normal;
}

.navigation ul {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
  padding-bottom: 2em;
}

.navigation li {
  display: inline;
}

.navigation a {
    color: #3366FF;
    text-decoration: none;
}

.text a{
    color: #3366FF;
}

.container {
  margin: 0 auto;
  width: 700px;
}

p.indent{ 
  padding-left: 1.8em 
}