html {
    font-family: Arial, sans-serif;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.2em;
    background-color: white;
    font-size: 11pt;
}

a.current, .b a.current {
    color: red;
}

