﻿body {
    background-color: dimgrey;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12pt;
    color: #b6ff00;
    
}

#wrapper {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    height: 100%;
    background-color: forestgreen;
}

#top {
    max-width: 100%;
    min-height: 30px;
    margin: 0;
    top: 0;
    position: sticky;
    background-color: #b6ff00;
    z-index: 100;
}

#Content {
    max-width: 100%;
    min-height: 93%;
    padding: 0 15px;
    background-color: forestgreen;
    position: sticky;
    z-index: 10;
}

#Footer {
    background: dimgrey;
    color: #b6ff00;
    font-size: 0.8em;
    text-align: center;
    max-height: 30px;
    padding: 8px 0;
    margin: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    max-width: 800px;
    z-index: 90;
    border-top: 3px solid #b6ff00;
}

a {
    color: darkgrey;
    text-shadow: 2px 2px 1px black;
}

p {
    color: #b6ff00;
    text-indent: 30px;
    text-align: justify;
}

h1 {
    font-size: 2.0em;
    color: #b6ff00;
    text-shadow: 2px 2px 1px black;
    text-decoration: underline;
    padding: 10px 0 8px 0;
}

h2 {
    font-size: 1.8em;
    color: darkgrey;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    text-decoration: underline;
    padding: 8px 0 5px 0;
}

h3 {
    font-size: 1.5em;
    color: green;
    text-shadow: 1px 1px 1px black;
    padding: 8px 0 5px 0;
}

h4 {
    font-size: 1.2em;
    color: darkgrey;
    text-shadow: 1px 1px 1px black;
    text-indent: 10px;
    padding: 2px 0 3px 0;
}

h5 {
    font-size: 1.2em;
    color:turquoise;
    background-color: dimgrey;
    text-align: center;
}

li {
    color: #b6ff00;
    text-shadow: 0px 0px 1px black;
    margin-left: 50px;
    padding-left: 5px;
    text-align: justify;
}

hr {
    background-color:green;
    border-bottom-color:lightgreen;
    border-width: 2px;
    margin-top: 5px;
}

table {
    width: 100%;
    border: none;
    background-color: white;
}
th {
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
}
td {
    text-align: left;
    padding: 2px 10px 2px 5px;
}

.btnenter {
    color: darkgreen;
    background-color: lightgreen;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    border:2px solid darkgreen ;
    border-radius: 25px;

}

.btnMenu {
    font-size: 18pt;
    font-weight:bold;
    color: darkgreen;
    text-shadow: 2px 2px lightgreen;
    border-color: transparent;
    background-color: transparent;
    text-decoration:underline darkgreen;
}
.txtbox {
    background-color: lightgreen;
    color: black;
    border-color: transparent;
}
