.level1 {
    margin-left     : 100px;
}
.level1 a:hover {
    text-decoration : underline;
}
.level1 td {
    font-weight     : bold;
    padding         : 0px 0px 5px 10px;
}
.level2 td {
    font-weight     : normal;
    padding         : 0px 0px 5px 0px;
}
.level3 td {
    font-weight     : normal;
    padding         : 0px 0px 3px 0px;
}
