body {
    background-color: white;
}

.title {
    font-family: arial;
    font-size: 175%;
    text-align: center;
}

.section-title {
    font-family: arial;
    font-size: 175%;
    text-decoration: underline;
    text-align: center;
}

.subtitle {
    font-family: arial;
    font-size: 150%;
}

.subsubtitle {
    font-family: arial;
    font-size: 120%;
}

.subsubsubtitle {
    font-family: arial;
    font-weight: bold;
    font-tyle: italic;
    font-size: 110%;
}

.subsubsubsubtitle {
    font-family: arial;
    font-weight: bold;
    font-size: 100%;
}

.example {
    padding: 10px;
    position: relative;
    left: 2%;
    width: 75%;
    background-color: #dedede;
    border-style: solid;
    border-width: 1px;
}

code {
    background-color: #ededed;
}

dt {
    font-weight: bold;
}

.title-page-header>h1 {
    font-family: arial;
    font-weight: bold;
    text-align: center;
    font-size: 200%;
    clear:both;
}

.title-page>img {
    float: right;
    space-after: 30px;
}
