html {
    max-width: 900px;
    margin-left: 40px;
    margin-right: 20px;
}

h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-variant: small-caps;
    letter-spacing: 4px; 
    font-weight: normal;
    font-family: "New Century Schoolbook", serif;
    color: #003060;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    font-family: sans-serif;
    color: #003060;
}

p {
    text-align: justify;
    font-size: 15px;
}

ul {
    font-size: 15px;
}

ul.index {
    list-style: none;
}

li {
    padding: 10px;
    text-align: justify;
}

a {
    text-decoration: none;
    color: #306090;
}

a:hover {
    text-decoration: underline;
}

div.figure {
    text-align: center;
    margin: 40px;
}


