body {
  background-color: black;
}

ul.navbar {
 font: Arial;
 list-style-type: none;
 padding: 0;
 margin: 0;
 height: 10em;
}

ul.navbar li {
 font-family: Arial;
 color: #623060; 
 margin: 0.5em 0;
 adding: 0.3em;
 border-right: 1em solid black 
}


ul.navbar a {
 text-decoration: none;
}


table tbody tr td.button: {
align: right;
valign: middle;
font-family: Arial;
font-size: 14pt;
}

img {
  border: 0px;
}

a:link {
  text-decoration: none;
  color: #d0cdd0;
}

a:visited {
  text-decoration: none;
  color: #d0cdd0;
}

a:active {
  text-decoration: none;
  color: red;
}

