body {
    background: url(../images/starfall.gif) fixed;
    background-size: cover;
    background-color: black;
    font-family:'Courier New', Courier, monospace;
    color:white;
}
.pageContainer{
    margin:auto;
    padding:5px;
    background-color:rgb(00,00,00,0.6);
    width:750px;
    min-height:900px;
}
a:link, a:visited {
    color:purple;
    background-color: none;
    text-decoration:none;
}
a:hover{
    color:fuchsia;
    background-color:none;
    text-decoration:none;
}