﻿@charset "utf-8";
/* CSS Document */

.closinglink {
    color: #FFFFFF;
    white-space: nowrap;
    font-size:.8rem;
    padding: 5px 5px 5px 5px;
}

.closinglink:hover {
    color: #000000;
    white-space: nowrap;
    font-size:.8rem;
    padding: 5px 5px 5px 5px;
}

.sidebarlink {
    color: #000000;
    white-space: nowrap;
    font-size:.9rem;
    padding: 5px 5px 5px 5px;
}

.sidebarlink:hover {
    color: #FFFFFF;
    white-space: nowrap;
    font-size:.9rem;
    padding: 5px 5px 5px 5px;
}

.headerlink {
    color: #000000;
    white-space: nowrap;
    padding: 5px 5px 5px 5px;
}

.headerlink:hover {
    color: white;
    white-space: nowrap;
    padding: 5px 5px 5px 5px;
}

.toploginbox {
    background-color: #08AFAD;
    padding:5px;
}

.game200link {
    color: #000000;
    white-space: nowrap;
    font-size:.9rem;
    padding: 5px 5px 5px 5px;
}

.game200link:hover {
    color: purple;
    white-space: nowrap;
    font-size:.9rem;
    padding: 5px 5px 5px 5px;
}

a.footerlink:link { color:#FFF; text-decoration:none; font-weight:normal; }
a.footerlink:visited { color: #FFF; text-decoration:none; font-weight:normal; }
a.footerlink:hover { color: #FFF; text-decoration:underline; font-weight:normal; }
a.footerlink:active { color: #FFF; text-decoration:none; font-weight:normal; }
