
    a:link,  a:visited {
        background-color: inherit;
        color: rgb(0%, 0%, 80%);
        text-decoration: none;
    }

    a:hover  {
        background-color:  rgb(30%, 30%, 100%);
        color: rgb(100%, 100%, 100%);
    }

    a:active {
        color: rgb(100%, 0%, 0%);
        background-color:  rgb(30%, 30%, 100%);
    }

    a.i:link, a.i:visited, a.i:hover {
        background-color:  inherit;
        color: inherit;
        text-decoration: none;
    }

    body {
        margin-left: 15%;
        margin-right: 10%;
        background-color: #FFFFFF;
        color: #000000;
    }

    body.grey {
        background-color: #C0C0C0;
        color: inherit;
    }
    
    br.cb {
        clear: both;
    }
    
    br.cr {
        clear: right;
    }

    dl.j dd {
        text-align: justify;
    }
    
    h1.c {
        text-align: center;
    }

    h3.nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    h4.s {
        margin-top: 0px;
    }

    img.button {
        border: 0px;
        vertical-align: middle;
    }

    img.l {
        float: left;
        margin-right: 8px;
    }

    img.r {
        float: right;
        margin-left: 8px;
    }

    input.s {
        background-color: #C0C0FF;
    }

    li.s {
        margin-top: 0.5em;
    }

    p {
        text-align: justify;
    }

    p.c {
        text-align: center;
    }

    p.s {
        margin-top: 0.3em;
        margin-bottom: 0px;
    }

    span.sc {
        font-variant: small-caps;
        text-transform: lowercase;
    }

    table.asteroid_name_letters th {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 28px;
    }

    table.footer {
        width: 100%;
    }

    table.footer td.left {
        border: none;
        font-style: italic;
        text-align: left;
        vertical-align: top;
        width: 50%;
    }

    table.footer td.right {
        border: none;
        text-align: right;
        vertical-align: top;
        width: 50%;
    }

    table.footer table.buttons {
        margin-left: auto;
    }

    table.footer table.buttons td {
        border: none;
        text-align: center;
    }

    textarea.elements {
        background-color: #FFFFA0;
        color: #000000;
    }
