body {
    padding: 0px;
    font-family: verdana, helvetica;
    font-size: 12px;
    text-align: center;
    background-image: url("bg.html");
}

a {
        color: #000000;
}

a:visited {
        color: #000000;
}
.bgtable {
        background-color: #000000;
        margin-left: auto;
        margin-right: auto;
}
.right {
        text-align: right;
        font-family: verdana, helvetica;
        font-size: 12px;
}
.left {
        text-align: left;
        font-family: verdana, helvetica;
        font-size: 12px;
}
.center {
        text-align: center;
}
.main {
        font-family: verdana, helvetica;
        font-size: 12px;
        text-align: justify;
        width: 620px;
}
.navbar {
        background-color: #fffacd;
        color: #000000;
        font-family: verdana, helvetica;
        font-size: 12px;
        text-align: justify;
}
.nav {
        color: #000000;
}
.nav:visited {
        color: #000000;
}
.header {
        background-image: url("pics/header.html");
        color: #000000;
}
.maintext {
        background-color: #ffffff;
        margin-left: auto;
        margin-right: auto;
        width: 620px;
}
.footer {
        font-family: verdana, helvetica;
        font-size: 11px;
        text-align: left;
        background-color: #dcdcdc;
        width: 530px;
}
.source {
        font-family: verdana, helvetica;
        font-size: 11px;
        text-align: left;
        background-color: #dcdcdc;
        width: 60%;
}
.date {
        font-family: verdana, helvetica;
        font-size: 11px;
        text-align: right;
        background-color: #dcdcdc;
        width: 40%;
}