body {
  padding: 0em 0em 0em 0em;
  margin:  3em 3em 3em 3em;
  background-position: left top;
  background-color: #000000;
  background-image: url("images/grey.png");
  color: black;
  line-height: 1.5em;
}

#page {
  background: #F4F4F4;
 max-width:1200px;
  padding: 6px;
  margin:0 auto;
  min-width:460px;
  border-radius: 5px;

  -moz-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.85);
}

#title {
  font-family:sans-serif;
  text-align:center;
}

h1 img {
  text-align:center;
  max-width:100%;
}

#pagebody {
}
#pagebody ul {
  display:table;
}

#pagebody li {
 text-align:left;
}

#copyright {
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: rgb(45,120,180);

  line-height: 125%;
  font-size: small;
  padding: 0.5em 1em 0.5em 1em;
  margin:  0em 3em 0em 3em;
}


#pagebody ul {
  text-align:center;
  margin-bottom: 0em;
  margin-top:  0.5em;
  padding:0 1em 0 1em;
}

h2,h3,h4 {
  color: black;
  font-family: Sans-Serif;
  margin:  0.8em 0px 0px 0px;
  padding: 0px;
}





ul.menu {
  display: block;
  padding:8px;
  background-color:black;
  border-bottom: 2px solid black;
  border-top:    2px solid black;
  border-color:black;
  text-align: center;
  border-radius:4px;
}

ul.menu li {
  display: inline;
  white-space: nowrap;
}


ul.menu li a {
  padding: 7px;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

ul.menu a:hover {
  /* text-decoration: underline; */
  background-color: purple;
  color: white;
  border-radius:4px 4px 4px 4px;
  padding:7px;
  
}

img.screenshot {
  border-style: solid;
  border-width: thin;
  border-color: black;
  margin-top: 0px;
  padding: 5px;
}

a:visited {
  color: black;
}

a:hover {
  color: purple;
}

a {
  color: black;
}

/* EOF */
