  #menucontent {
    position: absolute;
    top: 1em;
    left: 0em;
    width: 9em;
    color: Blue;
    padding: .5em;
    background-color: silver;
    border-style: outset;}

  #maincontent {
    position: absolute;
    top: 1em;
    left: 10em;}

  h1 {color: Blue;}

  h2 {color: Blue;}

  h3 {color: Blue;}





  