h1 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.2em;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0px;
}

ul {
    font-style: italic;
    font-weight: bold;
    list-style-type: none;
    border-width: 1px;
    border-style: dotted;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;
}

li {
    font-weight: normal;
}

