/* Body styling */
body {
    background-color: #0a0055;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/* Link styling */
a:link {
    color: #6699cc;
}

a:visited {
    color: #666699;
}

a:hover {
    color: #9999cc;
}

a:active {
    color: #9999cc;
}

/* Menu styling (kept from original) */
#Menu {
    left: -345;
    top: 50;
    width: 35%;
    height: 100;
    color: white;
    z-index: 2;
    border-style: outset;
    border-width: 0;
}

/* Main container for centering content */
#Main {
    text-align: center;
    padding: 20px;
    margin-top: 77px;
    border-width: 0;
}

/* Style images */
#Main img {
    border: 0;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Style the copyright text */
.copyright {
    font-size: 0.8em;
    font-family: Courier, monospace;
    margin-top: 25px;
}
