#OmOss {
    color: blue;
}

body {
  background-color: white;
}

.ViewColumn {
    width: 600px;
    min-height: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

.menu {
    width: 620px;
    min-height: 100%;
    margin: 0 auto;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: #333;
    color: white;
}

footer {
    /* position: -webkit-sticky;*/ /* Safari */
    /* position: sticky; */
    margin: 0 auto;
    width: 620px;
    min-height: 100%;
    bottom: 0;
    background-color: #333;
    
    
}

#footertext {
    color: white;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
  }
  
  li {
    float: left;
    padding: 10px;
  }

  li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  .menuright {
    float: right;
  }

  /* Change the link color to #111 (black) on hover 
  li a:hover {
    background-color: #111;
  }
*/
  .active {
    background-color: #04AA6D;
  }

.contacts {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}