body {
        background: #000077;
        color: #ffffff;
        font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

h1 {
        background: #0000d7;
        color: #dfdfdf;
        font: 17pt Verdana, Arial, Helvetica, sans-serif;
}

a:link {
        background: #000077;
        color: #ffffff;
        text-decoration: underline;
}

a:visited {
        background: #000077;
        color: #dddddd;
        text-decoration: underline;
}

a:hover {
        background: #a00000;
        color: #eeeeee;
        text-decoration: none;
}

a:active {
        background: #ffffff;
        color: #000077;
        text-decoration: none;
}

a.menu:link {
        background: #eedd00;
        color: #222222;
        text-decoration: none;
}

a.menu:visited {
        background: #ff0000;
        color: #ffffff;
        text-decoration: none;
}

a.menu:hover {
        background: #008800;
        color: #eeeeee;
        text-decoration: none;
}

a.menu:active {
        background: #ffffff;
        color: #000000;
        text-decoration: none;
}

form {
        background: #000077;
        color: #ffffff;
        text-decoration: none;
}

input {
        background: #000099;
        color: #ffffff;
        text-decoration: none;
}

#address {
        position: absolute;
        bottom: 10px;
        height: 40px;
        width: 500px;
        left: 20px;
        background: #000077;
        color: #aaaaaa;
        overflow: hidden;
}

#menu {
        position: absolute;
        text-align: left;
        top: 45px;
        height: 15px;
        width: 70%;
        left: 10px;
        background: #eedd00;
        color: #94d184;
        overflow: hidden;
}

#heading {
        position: absolute;
        text-align: left;
        top: 10px;
        height: 30px;
        left: 10px;
        width: 70%;
        background: #0000d7;
        color: #dfdfdf;
        overflow: hidden;
}

#text-stuff {
        position: absolute;
        text-align: left;
        top: 70px;
        height: 400px;
        width: 70%;
        left: 10px;
        background: #000077;
        color: #ffffff;
        overflow: auto;
}