body {
  max-width: 700px;
  margin: 0 auto ;
  color: #424242;
  background: #eed5b7;
}

blockquote{
  background: #F7F7F7;
  padding: 10px;
  font-size: 90%;
  line-height: 200%;
}

*{
   font-family: arial, serif;
}

p{
  text-align: justify;
  line-height : 150%;
}

h1{
  font-size: 2.5em;
}

h2{
  border-bottom: 1px solid #E0E0E0!important;
}

h2, h3{
  padding:20px 0 0 0;
 
}

h3{
  font-size: 1.1em;
   margin-bottom: 5px;
}

#content{
  background-color:white;
  padding: 10px 50px ;
}
a:link {
 color: black;
 text-decoration: underline;
 }
a:visited {
 color: black;
 }
a:hover {
 color: green;
 text-decoration: none;
}
a:active, a:focus {
 color: red;
}

