@import url('/styles/reading.css');

body {
    background-color: white;
    color: black;
    font-family: serif;
}

#container {
    float: none;
    margin-right: 0;
    width: 100%;
}

#content {
    margin-right: 0;
    padding: 5px;
}

#nav {
    display: none;
}

#sidebar {
    display: none;
}

#footer {
    display: none;
}

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

p {
    line-height: 1.5;
    text-align: justify;
    text-indent: 0.5cm;
}

table {
    border: #000 solid 1px;
    margin: 0 auto;
    width: 90%;
}

th {
    background-color: #ccc;
}

table.matrix th {
    vertical-align: top;
}

table.matrix td {
    vertical-align: top;
}

table.matrix td.number {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

