/* Home made style sheet for GCO holding page */
body {
    background-color: #FFFAF0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
   h1, h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
}



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f0f0f0;
  
}

li.menuitem {
  float: left;
  border-right: 1px;
}

li a {
  display: block;
  color:#16af02b2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a.active {
  background-color: green;
  color: white;
  font-weight: bold;
} 

/* Change the link color to something else on hover */
li a:hover:not(.active) {
  background-color: #197;
  color: white;
  font-weight: bold;}



div.footer { 
 /* position: fixed; */
padding-top:10px;
  left: 5px;
  bottom: 5px;
  width: 100%;
  max-width: 600px;
  background-color: #f0f0f0;
  color: black;
  text-align: center;
}