
html {
    overflow-y: scroll;
}
body {
    font-family: Arial;
    color: #494949;
    font-size: 14px;
    background-color: #dddddd;
    margin: 0px;
    height: 100%;
    text-align: left;
}
td, div {
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
}
p {
    text-align: left;
}

a.plain {
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}
