body{
    background-color: #E8F6F3;
}

.center{
    text-align: center;
}

.bold{
    font-weight: bold;
}


/* HEADERS */

h3{
    font-weight: bold;
}

h4{
    list-style-type: circle;
}


/* ORDERING LISTS */

ul.main{
    list-style-type: circle;
}

ul.sub{
    margin-top: 10px;
    list-style-type: square;
}

li{
    margin-top: 4px;
}