ol.number {
    margin-left: 30px;
    list-style-type: decimal;
}

ol.alphabet {
    margin-left: 30px;
    list-style-type: lower-alpha;
}

ul {
    margin-left: 15px;
    list-style-type: square;
}

ol li, ul li {
    margin-bottom: 10px;
}

h1 {
    margin: 20px 0px 10px 0px;
    font-size: 1em;
    font-weight: bold;
}

a {
    font-weight: bold;
}