body {
    padding: 4%;
    margin: 0;
    font-family: Georgia, serif
}

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

h1 {
    text-align: center;
    text-decoration: underline;
}

h2 {
    text-indent: 50px;
}

h2, h3, h4 {
    font-style: italic;
}

p {
    text-align: justify;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
    margin: auto;
}

table, th, td {
    border: 1px solid black;
    padding: 4px;
}

.fig {
    text-align: center;
    font-size: 11px;
    color: #808080;
}

.sans {
    font-family: 'Segoe UI', sans-serif;
}

.red {
    color: #800000;
}