body {
    background: #000000 url('/legacy/astor/images/back.gif');
    color: #ffffff;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 0;
    /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
    SCROLLBAR-BASE-color: #000000;
    SCROLLBAR-ARROW-color: #ffffff;
}

a:link {
    color: #B1BFCF;
    text-decoration: none;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px
}

a:active {
    color: #B1BFCF;
    text-decoration: none;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px
}

a:visited {
    color: #98ABBE;
    text-decoration: none;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px
}

a:hover {
    color: #FFFFFF;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px
}

ul, li, p, td {
    color: #ffffff;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.gamename {
    color: #FF8540;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.navlinks {
    color: #ffffff;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10px;
}

.f10px {
    color: #ffffff;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

footer {
    text-align: center;
}