		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

body {
    font-family: sans-serif;
    text-align: center;
    word-break: keep-all;
}

div {
    position: absolute;
    top: 0;
    height: 100%;

}

.nav {
    width: 200px;
    background: goldenrod;
}

.content {
    position: absolute;
    width: 100%;
    background: khaki;
    margin-left: 200px;
}

.library {
    max-width: 1500px;
    margin-left: 50px;
}

td {
    padding: 1px;
}

.subtitle {
        font-size: 9pt;
        margin-top: 0;
        line-height: 12pt;
    }

h1 {
    margin-top: 30px;
    text-align: center;
}

ol {
    margin-top: 12pt;
    line-height: 17pt;
}

li:hover {
    color: white;
    cursor: pointer;
}

p {
    margin-top: 15px;
    line-height: 130%;
}

h2 {
    margin-top: 15px;
    font-size: 13pt;
}

