body {
    text-align: center;
    background-color: #330000;
    color: #988868;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* margin: 10 60; */
}

a:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #988868;
    text-decoration: none;
}

a:link.unadorned {
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

a:visited {
    color: #988868;
}

a:hover {
    color: #e0cbb6;
    cursor: pointer;
}

a:active {
    color: #7a6d53;
    background-color: transparent;
}

.main-banner {
    position: relative;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 60px;
    width: 512px;
}

.banner-link {
    position: relative;
    float: left;
}

a.banner:hover {
    cursor: default;
}

.fp-external-links {
    margin: auto;
    width: 245px;
}
    
.external-links {
    margin: auto;
    margin-top: -12px;
    margin-bottom: 20px;
    width: 75px;
}
    
.fp-IG-link {
    float: right;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("contact-sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 200%;
}

.fp-IG-link:hover {
    background-position: -20px 0;
}

.fp-IG-link:active {
    background-color: rgba(255, 0, 0, .2);
    border-radius: 5px;
}

.fp-mail-link {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    width: 22px;
    height: 22px;
    background-image: url("mail-sp.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 200%;
}

.fp-mail-link:hover {
    background-position: -22px 0;
}

.fp-mail-link:active {
}

div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #988868;
    text-decoration: none;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #988868;
    text-decoration: none;
    letter-spacing: .5em;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #988868;
    text-decoration: none;
}

blockquote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #988868;
    text-decoration: none;
    text-align: justify;
}

div.info {
    width: 85%;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px;
    border: 0px solid yellow;
}

.promo {
    max-width: 500px;
    font-family: Century Gothic, Arial, sans-serif;
    font-size: 14pt;
}

#linkframe {
    background-color: #8e7866;
}
.credit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #988868;
    text-align: center;
    text-decoration: none;
}
.logo {
    font-family: Bookman;
    font-size: 72pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #00ff00;
    position: fixed;
    top: 0px;
}
.hotlink {
    position: relative;
    width: 511px;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #988868;
    text-decoration: none;
}
.listleft {
    list-style-position: inside;
    list-style-type: disc;
}
.tiny {
    font-family: arial, helvetica, sans-serif;
    font-size: 2px;
}

#cnorm {
    background-color: #330000;
    color: 988868;
}
#cinv {
    background-color: #988868;
    color: #330000;
}

a.citation:link {
    font: normal normal bold 11pt Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: left;
}

a.citation:link:hover {
    color: #e0cbb6;
}

a.citation:link:active {
    color: #7a6d53;
}

#banner-links {
    text-align: left;
    position: relative;
    top: 2px;
    height: 20px;
    border: none;
}

.hotlink a:first-child {
    margin-left: 2px;
    margin-right: 17.5%;
}

.hotlink a:nth-child(2) {
    margin-right: 17%;
}

.hotlink a:last-child {
    margin-right: 2px;
    float: right;
}    

.bigBanner {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    height: 145px;
    margin: 0;
    padding: 0;
    border: none;
}

.kd-logo {
    margin-left: 1px;
    margin-bottom: -1px;
    width: 72px;
    height: 8px;
}

#tooltip {
    position: fixed;
    display: inline-block;
    max-width: 200px;
    font-size: 9pt;
    color: #330000;
    background-color: #a59282;
    border: 1px solid #4d4434;
    border-radius: 4px;
}

#tooltext {
    margin: 3px 6px;
    cursor: default;
}

#tooltip.on {
    opacity: 1;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
}

#tooltip.off {
    opacity: 0;
    transition: opacity 1.75s ease;
    -webkit-transition: opacity .75s ease;
}