

a.Menu {
    color : white;
    font-weight : bold;
    text-align : left;
    text-decoration : none;
    margin-top: 5px;
    margin-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
  }


a.Menu:hover {
    border-style : solid;
    border-width : 1;
    border-top-color: #ced6ff;
    border-left-color: #ced6ff;
    border-right-color: #000052;
    border-bottom-color: #000052;
    padding-left: 4px;
  }

#legal {
    position: fixed;
    bottom: 0;
}
