html, body {
    background-color: #8F3A84;
}

#menu {  
    border-style: solid;
    background-color:rgb(20,35,108);	
    padding: 5px;
    margin: 5px 5px 5px 5px;
}


#menu li {
    text-align: left;
    text-align:left;  
    padding: 0% 5%;
    list-style-type: none;
    display:inline;
    font-size:120%;
}
 
#menu li a {
    text-decoration: none;
    color:white;
    padding:0px 5px;

}
 
#menu li a.active {
    background-color: #4CAF50; 
}

#menu li a:hover {
    background-color: #990000;
}

#current a {
	background-color: #990000;
	text-decoration:none;
        color:black;
}

#content {
    margin: 5px 5px 5px 5px;
    padding: 0;
    border-style: none;
    text-align: center;
}

#content li {
    list-style-type: none;
    color:white;
    padding: 0;
    margin: 0;
}


#content li a {
    color:white;
    text-align: left;
    padding: 0;
    margin:0;
    text-decoration: none;
}

#content li a:hover {
    color: black;
}

#footer_container {
    position:fixed;
    bottom:0; left:0; right:0;
    text-align:center;
    margin:0.4;
    height:0.05;
    z-index:3;
}

#footer {
    position:relative;
    top:0; left:0; right:0; bottom:0.2;
    background-color:#000000;
    z-index:3;
    color:white;
    font-family: Courier, Arial,sans-serif;
    font-size:14pt;
}



