body {
    background: url(../images/silver2.jpg) fixed;
    background-size: cover;
    background-color: black;
    font-family:'Courier New', Courier, monospace;
    color: white;
}
.pageContainer{
    background-color:rgb(00,00,00,0.7);
    margin:auto;
    width:700px;
    min-height:500px;
    padding:5px;
}
a:visited, a:link{
    color:white;
    font-style: italic;
    background-color: none;
    text-decoration: none;
}
a:hover{
    color:silver;
    font-style: italic;
    background-color: none;
    text-decoration: none;
}