HTML {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}

#header {
        top: 0px;
        position: relative;
        width: 100%;
        margin: 0;
}

#menu {
        margin: 0;
        BORDER-TOP: blue 1px solid;
        BORDER-BOTTOM: blue 1px solid;
        position: relative;
        width: 90%;
        left: 5%;
        font-family: serif;
        font-size: larger;
        background-color: #eeffee;
}


#menu a{
       color: #009933;
       text-decoration: none;
       }

#menu a:hover{
       background-color: white;
       color: #00cc00;
       }

#main {
        margin-top: 10px;
        position: relative;
        width: auto;
        height: auto;
        width: 92%;
        left: 4%;
        font-family: sans-serif;
        color: #004411;
}

#main a {
        color: #006633;
        text-decoration: underline;
        }

#main a:hover {
        color: #006633;
        background-color: #eeffee;
        }

h3      {
        text-align: center;
        }

#intro {
       text-indent: 1em;
       }

#intro-list {
       line-height: 150%;
       }

#introf {
       margin-top: 35px;
       padding-top: 5px;
       BORDER-TOP: blue 1px solid;
       font-size: smaller;
       }

#simplex {
       margin-top: 35px;
       padding-top: 5px;
       BORDER-TOP: blue 1px solid;
       }

#article li {
         font-size:smaller;
         color: #006633;
        }

#article a {
         font-size:large;
        }

#adv {
     margin-top: 3em;
     color: #446644;
     font-size:small;
     }

#adv a {
     color: #446644;
     }

#forjoin
     {
     padding-top: 0.5em;
     padding-left: 0.5em;
     padding-bottom: 1px;
     padding-right: 0.5em;
     margin-bottom: 2em;
     margin-left: 1em;
     margin-right: 1em;

     background-color: #ddffee;
     color: black;
     }

#joinins
     {
     font-size: smaller;
     }

.gwy_quote
    {
    color: green;
    }
    
