    body {
      font-family: Arial, sans-serif;
			margin: 0.5em;
			line-height: 1.15;
    }

    #bkgrnd {
      position: absolute;
      font-size: 10em;
      top: 0em;
      left: 0em;
      width: 99%;
      overflow: hidden;

    }

    #bkgrndshadow {
      position: absolute;
      font-size: 10em;
      top: 0.05em;
      left: 0.05em;
      width: 99%;
      overflow: hidden;
    }

    #menu {
      position: relative;
      top: 12em;
      white-space: normal;
      text-align: center;
      margin-right: 1em;
      width: 100%;
    }

    li {
      display: inline;
      line-height: 3em;
    }

    a {
      text-decoration: none;
      font-size: 1.5em;
      color: black;
      padding: 0.3em 0.6em 0.3em 0.3em;
      border: 1px solid;
      white-space: nowrap;
    }

    a:hover {
      color: white;
      border-color: white;
    }

    .menutext {
      color: white;
      border: 1px solid;
      position: relative;
      top: 14em;
      padding: 1em;
      font-size: 1em;
      margin-left: 20%;
      margin-right: 20%;
    }

    #menulist {
      position: relative;
      margin: 0 1em;
      margin: 0 1em 0 -3em;
      white-space: normal;
      line-height: 1em;
    }

    #menulist > ul {
      display: block;
      list-style: none;
    }

    #menulist > ul > li {
      display: inline;
      line-height: 2em;
    }

    #menulist > ul > li > a {
      text-decoration: none;
      font-size: 1.5em;
      letter-spacing: 0.17em;
      border: none;
      color: white;
      white-space: nowrap;
    }

    #menulist > ul > li > a:hover {
      border: 1pt solid;
      font-size: 2em;
      white-space: nowrap;
      letter-spacing: normal;
    }
		
		p {
		  margin-top: 1em;
		}
    


