/* Main text */

div.main-text { 
  margin: 10px 20px 20px 15px;
}

div.title { 
  margin-bottom: 1.5em;
}


/* Home and back to top links */

div.home-back-to-top { 
  font-size: 85%;
  padding-top: 0.3em;
  margin-bottom: 1em;
}

div.home-back-to-top a:link, div.home-back-to-top a:visited, div.home-back-to-top a:active { 
  color: #2A49FB;
  text-decoration: underline;
}

div.home-back-to-top a:hover { 
  color: #2A49FB;
  text-decoration: none;
}

img.arrow { 
  border: 0px;
  margin-right: 6px;
}
