body {
padding-left: 0em;
padding-right: 0em;

font-family: Tahoma, "Times New Roman",
          Times, serif;

    color: white;
    background-color: #000000 }
ul.navbar {
list-style-type: none;
    padding: 0;
    margin: 0;
 
    position:static;
    top: .5em;
    left: .5em;
    width: 5.75em }

h1 {
    font-family: Tahoma, "Times New Roman", Arial,
          SunSans-Regular, sans-serif }
ul.navbar li {
    background: black;
    margin: 0.5em 0;
    padding: 0.1em;
    border-bottom: 0.1em solid silver;
    border-top: 0.1em solid silver;
    border-left: 0.1em solid silver;
    border-right: 0.1em solid silver }
  ul.navbar a {
    text-decoration: none }

  a:link {
    color: red }
  a:visited {
    color: gray }
  a:hover {
    color: silver }
  a:active {
     color: white }