body {
    background-color: #edb966;
}

h1 {
    font-family: sans-serif;
    font-size: 2em;
    text-align: center;
}

h2 {
    font-family: sans-serif;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 0;
}

ul {
    padding-left: 0;
    cursor: help;
}

li {
    list-style-type: none;
}


.part {
    background-image: url(../kepek/codex-fill.jpg);
    border-style: double;
    margin-bottom: 1em;
    padding: 0.5em;
}

h3 {
    font-family: sans-serif;
    font-weight: normal;
    text-decoration: underline;
    margin: 0;
}

table {
    table-layout: fixed;
    width: 100%;
}

td.chapter {
    font-family: serif;
    width: 5em;
}

td.title {
    width: 30%;
}

td.author {
    width: 60%;
}

a {
    text-decoration: none;
}

#end-of-page {
    width: 100%;
    height: 282px;
    background-image: url(../kepek/codex-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

a img {
    border-style: none;
}
