html, body {
    background: #FFFFFF;
}

#header{
    margin: 10px auto;
    line-height: 40px;
}

#footer{
    height: 30px;
}

a.clean {
    border: 1px dashed transparent;
    border-radius: 0;
}

a.clean:hover, a.clean.hover, a.clean:active {
    background: none;
    border-color: transparent;
    border-bottom-color: #3276B1;
    box-shadow: none;
}