/* io.css */

body {
    font-family: Georgia, Times New Roman, Serif;
    color: black;
    font-size: 18px;
}

#main {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify;
}

ul {
    list-style-type: square;
    /*text-align: left; */
}

pre, code {
    font-family: Courier New, FixedSys, Monospace;
    font-weight: bold;
    font-size: 14px;
}

pre {
    padding-left: 20px;
}

a:link {
    text-decoration: none;
    color: black;
}

a {
    text-decoration: none;
    color: black;
}

.footer {
    font-size: 12px;
}

.subtitle {
    font-style: italic;
    margin-bottom: 10px;
}

.endline {
    margin-top: 30px;
}

td {
    vertical-align: top;
    font-size: 18px;  /* same as body */
}

thead tr td {
    font-weight: bold;
    text-decoration: underline;
}

/* use for table cells whose contents we don't want to wrap */
.nowrap {
    white-space: nowrap;
}

.indent {
    padding-left: 20px;
}
