/**/
body {
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    margin-left: 12%;
    margin-right: 12%;
    text-align: justify
    }
hr.full {
    width: 100%
    }
hr.narrow {
    width: 50%;
    text-align: center
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red;
    text-decoration: underline
    }
pre {
    font-size: 85%
    }
/**/