
body {
    color: black;
    font-family: serif;
    font-size: 12pt;
    width: 2500px;
}

h1 {
    margin-left: 50px;
    color: black;
    font-family: sans-serif;
    font-size: 14pt;
    font-weight: bold;
}

h3 {
    color: black;
    font-family: serif;
    font-size: 12pt;
    font-weight: bold;
}

.distanceSection {
    display: table;
    border: 2px solid #999999;
    padding: 5px;
    margin-bottom: 10px;
}

.oneDistance {
    float: left;
    width: 20px;
}

.distanceAmount {
    font-family: serif;
    font-size: 6pt;
    text-align: center;
    border-top: 1px solid black;
    margin-top: 5px;
    padding-top: 5px;
}

.distanceText {
    width: 19px;
    height: 9px;
    color: #bbbbbb;
    background-color: #bbbbbb;
    overflow: hidden;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;*/
}

.distanceTextBlank {
    width: 20px;
    /*height: 10px;*/
    color: #ffffff;
    background-color: #ffffff;
    overflow: hidden;
    /*border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;*/
}

.oneNovel {
    width: 20px;
    height: 20px;
    color: #bbbbbb;
    background-color: #bbbbbb;
    overflow: hidden;
    /*border: 1px solid #999999;*/
}

#selectColors {
    border: 2px solid #999999;
    font-family: serif;
    font-size: 8pt;
    width: 550px;
    height: 150px;
    overflow: auto;
}

#mouseoverName {
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    /*width: 200px;*/
    background-color: #FFFCCC;
    border: 1px solid #000000;
    font-size: 10px;
    padding-right: 5px;
}

.mouseoverNameP {
    margin-left: 5px;
    font-size: 12px;
}

.boldText {
    color: black;
    font-family: serif;
    font-size: 10pt;
    font-weight: bold;
}

td {
    width: 250px;
    border-bottom: 1px solid #aaaaaa;
}

tr {
}

.wordComparison {
    display: table;
    width: 600px;
    position: relative;
    left: 50px;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 10px;
}
