a:link      { color: blue }
a:visited   { color: purple }
a:hover     { background-color: yellow }
a:focus     { /* background-color: green */ }
a:active    { background-color: red }
a           { text-decoration: none }

body { 
    background-attachment: fixed;
    background-image: url("http://IncrementalDevelopment.com/images/darkback.gif");
    background-position: 99% 99%;
    background-repeat: no-repeat;
    margin-left: 10%; 
    margin-right: 10%;
    font-family: Georgia, "Times New Roman", Times, serif;
    }
div.footer {
    text-align: center;
    }
h1.banner {
    font-family: "Courier New", Courier, monospace;
    text-align: center;
    }

/* h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, sans-serif;
    } */
h1 {
    text-align: center;
    }
p.keywords {
    color: gray;
    font-style: italic;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    }
table.wide {
    width: 100%;
    }
ul.nav {
    position: fixed;
    right: 5%;
    top: 6em;
    background-color: #ed8;
    border-left: 2px #e90 solid;
    padding: 0;
    margin: 0;
    width: 8em;
    font-family: Verdana, sans-serif;
    font-size: 95%;
}






