html
{
    height: 100%;
    background-color: #6B635A;
    overflow-y: scroll;
}

body
{
    min-height: 100%;
    font-family: Verdana, Tahoma;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    outline: none;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: default;
    color: #fff;
    background-color: #6B635A;
    background-image: url('/apache/background.php');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    font-weight: bold;
}

h1
{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    font-family: Verdana, Tahoma;
    text-decoration: none;
    outline: none;
}

h3
{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    font-family: Verdana, Tahoma;
    text-decoration: none;
    outline: none;
}

ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li
{
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: transparent;
}

a:hover
{
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}

address
{
    font-style: normal;
    padding: 0 20px 20px 20px;
}

img
{
    margin: 0;
    padding: 0;
    border: 0;
}

hr
{
    color: #B4B4B4;
    background-color: #B4B4B4;
    border: 0;
    height: 1px;
}

table
{
    padding: 10px 20px;
}

table tr th,table tr td
{
    margin: 0;
    text-align: left;
    padding: 0 20px 0 0;
    height: 22px;
}

table tr th:first-child,table tr td:first-child
{
    width: 40px;
    padding: 0;
    line-height: 1px;
    text-align: left;
}

table tr th:nth-child(2),table tr td:nth-child(2)
{
    min-width: 300px;
    padding: 0 20px 0 0;
    text-align: left;
}

table tr th:nth-child(3),table tr td:nth-child(3)
{
    min-width: 200px;
    padding: 0 20px 0 0;
    text-align: center;
}

table tr th:last-child,table tr td:last-child
{
    min-width: 200px;
    padding: 0px;
    text-align: center;
}

table tr th a
{
    display: block;
    height: 13px;
    line-height: 13px;
    padding: 4px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
}

table tr td a
{
    display: block;
    height: 13px;
    line-height: 13px;
    padding: 4px 5px 5px 5px;
    font-weight: bold;
    text-align: left;
}

.clear
{
    display: block;
    clear: both;
}
