body {background-color: #efefbe; color: #000000}
a:link {color: #666666; background-color: transparent}a:visited {color: #333333; background-color: transparent}a:active {color: #CCCCCC; background-color: transparent}a:hover {color: #dc143c; background-color: transparent}

.copyright {font-size: 1em; text-align: center; font-family: "Avant Garde", monospace; 
    }

.center {text-align: center}

.left {
    background-color: #ffffff;
    padding: 15px;
    position: absolute; 
    top: 140px; 
    left: 10px; 
    width: 230px;
    }

.middle {
    background-color: #ffffff;
    padding: 15px;
    position: absolute; 
    top: 140px; 
    left: 280px; 
    width: 230px;
}

.right {
    background-color: #ffffff;
    padding: 15px;
    position: absolute; 
    top: 140px; 
    left: 550px; 
    width: 230px;
    }

.bottom {
    background-color: #efefbe;
    text-align: center;
    padding: 0px;
    position: absolute; 
    top: 390px; 
    width: 800px;
    }

