BODY {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    MARGIN: 0px;
    COLOR: #000000;
    BACKGROUND-IMAGE: URL('game_bkgd_tile.gif');
    BACKGROUND-COLOR: #EEEEEE;
    font-family: Arial, sans-serif;
    color: white;
    text-align: center;
}

iframe { display: block; }

A {
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
A:hover {
    TEXT-DECORATION: underline;
}

.headerlink {
    COLOR: white;
    TEXT-DECORATION: none;
}
.headerlink:hover {
    TEXT-DECORATION: underline;
}

.whiteText {
    color: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}

.whiteTextUnderline {
    color: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
}

.link {
    color: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}
.link:hover {
    CURSOR: pointer;
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline;
}

.itemlink {
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: "tahoma";
    TEXT-DECORATION: none;
}
.itemlink:hover {
    CURSOR: pointer;
    COLOR: #4282b5;
    TEXT-DECORATION: underline;
}

.PageLayoutTable {
    BORDER-RIGHT: #fbfbf0 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #fbfbf0 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: #fbfbf0 0px;
    WIDTH: 100%;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #fbfbf0 0px;
}

.PlainText {
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: verdana;
}

.BoldText {
    FONT-WEIGHT: bold;
}

.TableFooterBox {
    WIDTH: 750px;
    height: 80px;
    color: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
}

.TablePageMain {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 935px;
    height: 27px;
    color: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
}

.TableMaintenance {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 710px;
    height: 461px;
    color: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    text-align: left;
}

.TableMaintenance img { display: block; }

.container {
    margin-top: 50px;
    background: #900d5b;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.txt {
    max-width: 350px;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}

.btn {
    background-color: #b6e353;
    color: #3d5900;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.btn:hover {
    background-color: #73a10e;
}

.styled-table {
    width: 50%;
    margin: 20px auto;
    border-collapse: collapse;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.styled-table th, .styled-table td {
    border: 1px solid #ddd;
    padding: 12px;
}

.styled-table th {
    background-color: #4CAF50;
    color: white;
    font-size: 18px;
}

.styled-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.button-green {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

.button-green:hover {
    background-color: #218838;
}

.ad-bottom2 {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.ad-bottom {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.ad-left {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    text-align: left;
}

.ad-right {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    text-align: right;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
