* {
    color: #333333;
}

html, body, form {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background-color: #FDFEF3;
}

/*
a:link, a:visited {
    background: transparent;
    color: rgb(85, 79, 160);
    text-decoration: none;
}

a:hover {
    background-color: rgb(0, 138, 255);
    color: rgb(255, 255, 255);
}
*/

img {
    border: 0;
}

div#main table, div#main div {
    width: 100%;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}
