html {
    background-color: #F2ECFF;
}

body {
    font-family: Georgia;
}

h1 {
    font-size: 150%;
    text-align: center;
    margin-bottom: 1em;
}

p.subtitle {
    width: 100%;
    text-align: center;
    margin-bottom: 4em;
}

p.center {
    width: 100%;
    text-align: center;
}

p.hr {
    width: 100%;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

hr.solid {
    border-bottom: none;
    border-top: 1px solid #000;
}

hr.main {
    border-bottom: none;
    border-top: 1px dotted #000;
}

hr.sub {
    border-bottom: none;
    border-top: 1px dotted #000;
    margin-left: 7em;
}

div.unit {
    padding-left: 1em;
}
div.year {
    float: left;
}
div.row {
    margin-left: 7em;
}
div.list {
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 2em;
    margin-bottom: 2em;
}
a {
    color: #30427E;
    border-bottom: 1px dotted;
    text-decoration: none;
}
ul {
    margin: 0px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding: 0px;
    padding-left: 1.5em;
}
li {
    list-style-type: square;
}
