body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    background-color: black;
    }
table.main {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    border-style: none;
    background-color: #ff9600;
    }
table.foot {
    width: 700px;
    background-color: #ff9600;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 0px;
    }

img {
    border: 0px;
    vertical-align: top;
    }
    
p {
    font-size: 12px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    }
a.txt {
    font-size: 12px;
    text-decoration: none;
    color: white;
    padding-right: 20px;
    }
a.txt:hover {
    font-size: 12px;
    text-decoration: none;
    color: black;
    padding-right: 20px;
    }
a.txt:active {
    font-size: 12px;
    text-decoration: none;
    color: #EFEFEF;
    padding-right: 20px;
    }
h1 {
    font-size: 20px;
    color: white;
    text-align: center;
    }
