body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    background-color: silver;
}

a:link, a:visited, a:active, a:hover {
    color: #8080f0;
    font-weight: bold;
    text-decoration: none;
}

div.container {
    position: absolute;
    top: 0px;
    width: 90%;
    left: 5%;
    right: 5%;
    background-color: white
}

div.header, div.footer {
    text-align: center;
    color: white;
    background-color: black;
}

h1.header {
    font-size: 40px;
    padding: 0;
    margin: 0;
}

div.menu {
    font-size: 1em;
    text-align: center;
    background: white;
    height: 50px;
    margin: 0;
}

table.menu {
    width: 100%;
}

div.body {
    background: white;
    min-height: 200px;
    margin-left: 25px;
    margin-right: 25px;
}

div.messages {
    width: 90%;
    padding: 0.5em;
    margin: auto auto;
    color: red;
    background-color: #ffe0e0;
    border: 1px solid red;
}

table.box {
    border: 1px solid silver;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 90%;
    font-size: 1em;
}

tr.liston { background: #e9e9e9; }
tr.listoff { background: #fafafa; }

input.textbox {
    width: 80%;
    background-color: white;
    border: 1px solid black;
    color: black;
}

input.button {
    width: 30%;
    background-color: lightgray;
    border: 1px solid black;
    color: black;
}

select.select {
    width: 80%;
    background-color: white;
    border: 1px solid black;
    color: black;
}

textarea.textarea {
    width: 90%;
    height: 100px;
    background-color: white;
    border: 1px solid black;
    color: black;
}
