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

a.selected {
    background: gray;
    color: white;
    border-bottom: 2px solid gray;
}

a:hover {
    background: gray;
    border: 3px solid gray;
    color: white;
}

div.uebs {
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: white;
    letter-spacing:1pt
    font-size: x-large;
    font-weight: bold;

}

.black {
    background-color: black;
    padding: 0.2em 1.2em 1px 1.2em;
}

div.abs {
    padding: 1.2em 1.2em 2em 1.2em;
    line-height: 180%;
}

body {
    font-family: helvetica,arial,sans-serif;
    background-color: white;
    max-width: 980px;
    margin-left: 50px;
    margin-right: 50px;
}
