body{
    margin: 40px 0px 40px 0px;
    padding: 0px;
    color: #ffffff;
    font-size:medium;
    background-color:#666699;
}
.base{
    height: 600px;
    width: 800px;
    MARGIN: 0px;
    padding: 0px;
}
.space1{
    clear:both;
}

.left {
    background-color:#ffffff;
    height: 600px;
    width: 170px;
    FLOAT: left;
    MARGIN: 0px;
    padding: 0px;
    position:static;
    text-align: right;
    border: none;
}
.space2{
    background-color:#666699;
    height: 600px;
    width: 30px;
    FLOAT: left;
    MARGIN: 0px;
    padding:0px;
    position:static;
    border: none;
}
.right{
    background-color:#666699;
    height: 600px;
    width: 600px;
    FLOAT: left;
    MARGIN: 0px;
    padding:0px;
    text-align:left;
    border: none;
    position:static;
}

A {
	COLOR: #db7093
}
A:visited {
	COLOR: #db7093
}
A:hover {
	COLOR: #564b47
}
A:active {
	COLOR: #000000
}
