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

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

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

.distanceSection {
    display: table;
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 10px;
}

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

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

.distanceText {
    width: 20px;
    height: 10px;
    color: #bbbbbb;
    background-color: #bbbbbb;
    overflow: hidden;
    border-left: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

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

#selectColors {
    border: 1px black solid;
    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;
}

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


