.sup {
    font-size: 0.8em
    }
.name {
    font-family: Arial, serif;
    font-size: 3em;
    font-weight: bold
    }
.author {
    font-family: Arial;
    font-size: 2em;
    font-weight: bold
    }
body {
    font-family: Arial;
    line-height: 1.2em
    }
a {
    text-decoration: none;
    color: blue
    }
a:visited {
    color: blue
    }
a:active {
    color: blue
    }
a:name {
    color: black
    }
a.p {
    font-family: Arial;
    text-decoration: none;
    font-size: 1em;
    color: black
    }
a.p:visited {
    color: black
    }
a.p:active {
    color: black
    }
a.p:hover {
    color: blue
    }
a.chapter {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    color: black
    }
a.chapter:visited {
    color: black
    }
a.chapter:active {
    color: black
    }
a.chapter:hover {
    color: black
    }
a.chapter:name {
    color: black
    }