

h1 {
    font-family: Serif;
}

h2 {
    font-family: Serif;
}

body {
    padding: 0 10px;
    font-family: Sans-Serif;
    font-size: small;
    width: auto;
}

@media print {
    body {-webkit-print-color-adjust: exact;}
}

.OneYr {
    color: green !important;
}

.ThreeYr {
    color: blue !important;;
}

.Both {
    color: red !important;;
}

.Neither {
    color: black !important;;
}

.Unique {
    background: #ffff80 !important;;
}

.PartiallyUnique {
    background:  #ccf2ff !important;;
}

.VerseNo {
    font-size: xx-small;
    margin-right: 0px;
    vertical-align: super;
}


table {
    color: #333;
    border-collapse: collapse;
    border-spacing: 0;
}

td, th { 
    border: 1px solid #CCC;
}

th {
    background: #F3F3F3;
    font-weight: bold;
}

td {
    /*background: #FAFAFA;*/
    text-align: left;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 8px;
}

.greyedOut {
    background: #FFFFFF;
}


a {
    color: black;
    text-decoration: none;
}

:target:before {
    content:"";
    display:block;
    height:10px;
    margin:-10px 0 0;
}
