html, body {
    background-color: #a5ff6c;
	font-family: Arial, Helvetica, Sans-Serif;
}

a {
    color: #000099;
}

a:active {
    color: #FF6600;
}

a:visited {
    color: #000099;
}        

a:hover {
    color: #FF6600;
}

img {
    border: 0;
}

#content {
    position: relative;
    margin: 0 auto;
    width: 684px;
    top: 20px;
}

#left {
    float: left;
}

#main {
    float: left;
    width: 520px;
}

td {
    vertical-align: top;
}

.err {
    font-weight: bold;
    color: red;
}
