
body {        
    background          :   #AAAAAA;
    background-image    :   url("img/bg.png");
    background-repeat   :   repeat;
    color               :   #888888;
    overflow            :   hidden;
    font-family         :   verdana;
    font-size           :   14px;
}

a {
    color               :   #888888;
}

p.bright {
    color               :   #AAAAAA;
}

textarea {
    color               :   #CCCCCC;
    background-color    :   #777777;
    background-image    :   url("img/bg.png");
}

h1 {
    color               :   #CCCCCC;
    font-family         :   arial;
    font-size           :   20px;
}

td.header {
    color               :   #CCCCCC;
    font-family         :   arial;
    
    height              :   35px;
    font-size           :   20px;
    background          :   #777777;
    background-image    :   url("img/bg3.png");
    background-repeat   :   repeat-x;
    text-align          :   center;

    padding             :   10px;
    margin              :   0px;
}

td.footer {
    border-spacing      :   0px;
    
    height              :   30px;
    font-family         :   verdana;
    font-size           :   10px;
    background          :   #777777;
    background-image    :   url("img/bg3.png");
    background-repeat   :   repeat-x;
    text-align          :   center;
    padding             :   5px;
}

td.content {
    border-spacing      :   0px;
    height              :   400px;
    font-family         :   verdana;
    font-size           :   18px;
    background          :   #777777;
    background-image    :   url("img/1.png");
    background-position :   center center;
    text-align          :   center;
    padding             :   5px;
}

table.main {
    border-collapse     :   collapse;
    width               :   600px;
    padding             :   0px;
    margin              :   0px;
    font-size           :   18px;
    font-family         :   verdana;
    font-weight         :   bold;
    text-align          :   center;
    border-style        :   hidden;
    margin              :   0px;
}
