/* Overall page style */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

table {
    border-collapse: collapse;
}

thead {
    background-color: black;
    color: white;
}

td.subsection {
    font-weight: bold;
}

dt .term {
    font-weight: bold;
}

.programlisting {
    margin-left: 50px;
}

a img {
    border-style: none;
}

.note h3 {
    font-size: 1em;
    margin: 0;
}

.note {
    border-style: solid;
    border-color: black;
    border-width: 2;
    padding: 5px;
}

.guilabel {
    font-style: italic;
}