body { 
    background-color: black;
    color: white; 
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
}

ul { 
    list-style: none;
 }

img { 
    border: 0;
 }

td { 
    vertical-align: top;
    font-weight: bold;
 }

a { 
    color: white;
 }

h1,h2 { 
    font-size: 100%;
 }

.center { 
    text-align: center;
 }