body {
    background-color: #000000;
    background-image: url(bg.png);
    background-repeat: repeat-y;
    color: #ffffff;
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a img {border: 2px; }
a:link { color: #FFFF88; text-decoration: none }
a:visited { color: #FFFF88; text-decoration: none }
a:hover { color: #FFFF88; text-decoration: underline overline }
a:active { color: #FFFF88; text-decoration: underline overline }

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

p.left {
    text-align: left;
}

p.center {
    text-align: center;
}

p.right {
    text-align: right;
}

tr {
    margin-left:auto;
    margin-right:auto;
    width: 90%
}

td.menu {
    text-align:center;
    vertical-align: top;
    width:192px;
}

td.body {
    vertical-align: top;
    text-align:left;
}
