body { 
    background-color: #000000;
    background-repeat: no-repeat;
    margin-top: 10px; 
    margin-left: 15px; 
} 

body, td {
    font-family: courier new, verdana, times new roman, ms sans serif;
    font-size: 13px;
    font-weight: bold;
    color: ffffff;
    text-align: left; 
}

band {
    font-family: courier new, verdana, times new roman, ms sans serif;
    font-size: 26px;
    font-weight: bold;
    color: ffffff;
    text-align: center; 
}

a:visited {
    color: #ff0000;
    text-decoration: none;
    background: none;
    font-weight: normal;
}

a:link {
    color: #ff0000;
    text-decoration: none;
    font-weight: normal;
    background: none;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
    background: none;
    font-weight: normal;
}



