 
 .wrapper {
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    }

  .txt {
    display: inline-block;
    text-align: left;
  }

body{
font-family:"Dosis","CI", sans-serif;
font-size:15px;
line-height:150%;
color:#665e51;
background:#fbfaf5;
}

hr{
border-top:dashed 1px #665e51;
border-bottom:0;}

a{
color:#665e51;
text-decoration:none;
padding:0 1px;
border-bottom:dashed 1px #e9e4d4;
}

a:hover{
color:#e9e4d4;
border:0;
}