body, th, td {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.8em;
}

abbr[title], acronym[title] {
    border: none;
    text-decoration: underline dotted #dddddd;
}

th, td {
    padding: 2px 5px 2px 5px;
}

th {
    /* border-bottom: 1px solid #888888; */
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
    color: red;
}

.master-column-left {
    border-left: 1px solid #888888;
}

.master-column-right {
    border-right: 1px solid #888888;
}


