body {
    font-family: Verdana, Arial, sans-serif
    }
h1, h2, h3, h4, h5 {
    text-align: center;
    font-weight: bold;
    font-variant: small-caps
    }
.smallcaps {
    font-variant: small-caps
    }
ul {
    list-style-type: none
    }
div.epi {
    width: 40%;
    margin-left: auto;
    margin-right: auto
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }