body {
    background-color: #000000; color: silver;
    }

a:link {
    color: #0561A5;
    }

a:visited{
    color: #8DCFF4;
    }
    
a:hover{
    color: #800080;
    }
    
h1{
    font-family: "Arial Black";
    }

h2{
    font-family: "Fantasy";
    text-decoration: underline;
    }

h3{
    font-family: "Palatino Linotype";
    }

div#wrap{
    width: 100%;
    }
    
div.topper{
    width: 100%;
    border-bottom: 2px solid silver;
    text-align:center;
    }
    
div.main{
    width: 50%;
    text-align:left;
    float: left;
    border-right: 2px solid silver;
    padding: 1em;
    }
    
div.links{
    width: 50%;
    text-align:left;
    margin-left: 52%;
    font-family: "Palatino Linotype";
    padding: 1em;
    }
    
div.footer{
    width: 100%;
    text-align:center;
    clear:both;
    border-top: 2px solid silver;
    }
    
div.pic{
    }