a.linklike {
    font-weight: bold;
    cursor:pointer;
    color: rgb(8, 102, 139);
    text-decoration:underline;
}

a.linklike:hover {
    font-weight: bold;
    color: rgb(8, 102, 139);
    text-decoration:none;
}

.campSelectionHighlight {
    background-color: rgb(202, 165, 165);
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: rgb(153, 40, 40)
}

legend {
    color: rgb(8, 102, 139);
    font-weight: 600;
}