body {
    margin          : 1px;
    font-family     : Verdana, Arial, Helvetica, sans-serif;
    font-size       : 12px;
    background-color: #d0d0d8;
}

h1 h2 h3 {
    font-family     : Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    margin-top   : 10px;
    margin-bottom: 10px;
}

.center {
    text-align   : center;
    margin-left  : auto;
    margin-right : auto;
}

p {
    font-family   : serif;
    font-size     : 12px;
    margin-left   : 10%;
    margin-right  : 10%;
}

ul {
    font-size     : 14px;
    margin-left   : 15%;
    margin-right  : 15%;
}

li {
    padding-bottom : 0.8em;
}

li a {
    font-size      : 1.2em;
}

table.scrolled {
    margin-left     : 0px;
    margin-right    : 0px;
    width           : 100%;
    border-collapse :collapse;
    table-layout    : fixed;
}

table.scrolled thead {
    display        : table;
    width          : 100%;
 }

table.scrolled tbody {
    display        : inline-block;
    height         : 280px;
    width          : 100%;
    overflow-y     : auto;
}

table.scrolled tbody tr {
    display        : table;
    width          : 100%;
}