body {
    max-width: 960px;
    margin: 0 auto !important;
    float: none !important;
    font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
}

#wrapper {
    margin: 10px;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: none;
}

a:visited {
    color: blue;
    text-decoration: none;
}
