#corpo {
    position: absolute;
    left: 180px;
    top: 0px;
    width: 575px;
    font-size: 12pt;
    }
#main { 
    position: relative; 
    width: 750px;
    height: 100%;
    }
.nlista, .nverso {
    font-family: Times New Roman, Times, serif;
    font-weight: bold;
    font-size: 12pt;
    text-align: right;
    width: 65px;
    padding-right: 6px;
    padding-left: 30px;
    }
.indice { text-decoration: none; font-size: 12pt; }
.indice:hover { text-decoration: underline; }
#all { height: 100%; }
h1, h2, h3 { font-style: italic; }
h1 { font-size: 26pt; margin-bottom: 6px; }
h2 { text-align: center; margin: 5px; }
h3 { margin-left: 30px; margin-top: 10px; font-size: 18px; }
h1 span { font-style: normal; font-weight: normal; font-size: 14pt; }
form { margin: 10px 0px 10px 0px; }
.titulo { background-color: #CCCCCC; border: 1px solid gray; }
#livros { border: 1px solid black; }
.verso { 
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: justify; 
    margin-left: 40px;
    margin-bottom: 10px;
    margin-right: 15px;
    }
.nverso { 
    position: absolute;
    left: -50px; 
    width: 40px;
    text-align: right;
    padding: 0px;
    } 
.nav { 
    background-color: #CCFFCC; 
    margin: 0px 10px 20px 10px;
    padding: 6px 20px 6px 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;
    }
#ref { 
    padding: 6px;
    margin: 0px 10px 0px 10px;; 
    background-color: #CCFFCC; 
    }
.navbar { font-size: 10pt; }
.navbar a, .novis { text-decoration: none; }
.navbar a:hover, .novis:hover { text-decoration: underline; }
.novis:visited { color: blue; }
.highlight { 
    background-color: #FFFF99; 
    padding-left: 2px;
    padding-right: 2px;
    }
.formbusca {
    background-color: #CCCCCC;    
    border: 1px ridge gray;
    margin-bottom: 6px;
    width: 480px;
    }