#mainwrap {
    width:90%;
    margin:20px auto;
    max-width:860px;
}

#tightwrap {
    width:90%;
    margin:5px auto;
    max-width:800px;
}

#expansionwrap {
    width:90%;
    margin:5px auto;
    max-width:750px;
}

#fixedVerse {
    width: 100%;
    position: fixed;
    max-width: 860px;
    top: 0;
    background: white;
}

.anchor{
    display: block;
    height: 500px; /*same height as header*/
    margin-top: -500px; /*same height as header*/
    visibility: hidden;
  }

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

a:hover {
    text-decoration: underline;
}