a:link, a:visited {
    color: #008282;
    text-decoration: none;
}

a:hover, a:active {
    color: #004040;
    text-decoration: none;
}

body {
    background-color: black;
    background-image:url("/images/White_Noise.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: white;
    font-family: 'Courier New';
    font-size: 20px;
}

.MainDiv {
    text-align: center;
    margin: 0 auto;
    background-color: black;
    padding: 20px 30px 20px 30px;
    max-width:fit-content;
}