body {
    font-family: "Times New Roman", serif;
    font-size: 14pt;
    margin-left: 5%;
    margin-right: 5%
    }
table {
    font-size: 14pt
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
pre {
    font-size: 9pt
    }