
body {
    font-family: sans-serif;
    color: #000;
    margin-top: 8em;
    padding: 0em;
    background-color: #FFF;
}

div.copy {
    position: fixed;
    right: 1em;
    left: auto;
    bottom: 1em;
    top: auto;
    font-size: 70%;
    width: auto;
    height: 1em;
    clear: both;
    text-align: right;
    margin: 0em;
    padding: 0em;
}

div.copy a:link    { text-decoration: none; color: black; }
div.copy a:visited { text-decoration: none; color: black; }
div.copy a:hover   { text-decoration: none; color: #ffaf00; }
div.copy a:active  { text-decoration: none; color: #ffaf00; }

