body {
    color: black;
    background-color: white;
    font-family: Helvetica, Verdana, Arial;
    font-size: small;
    link="#0000cc"
    vlink="9999ff"
}

table {
    font-size: small;
}

table.with_borders {
    border: 1px solid black;
    border-collapse: collapse;
}

table.with_borders tbody tr:first-child {
    border-top: 1px solid black;
}

span.note {
    color: grey;
}

ul li {
    padding: 5px;
}

.without_bullet {
    list-style: none;
}

.not_finished {
    display: none;
}

#old_software ul li {
    padding: 5px;
}

#old_software {
    width: 800px;
}  

#applications>table {
    width: 1000px;
}
