body {
  background-image: url(bg3.png);
  background-color: #8bb;
  font-family: monospace;
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

h2 {
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

a {
  color: #66f; 
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #f66; 
  text-decoration: underline;
}

p { 
  padding-left: 10px;
}

hr {
  /*color: #333;*/
  color: #8bb;
}

#navigator {
  width: 100%;
  text-align: center;
}

#navcell {
  width: 25%;
}

#wrapper {
  width: 75%;
  margin: 40px auto;
  background-color: #FFF; 
  /*border: 1px solid #333;*/
  padding: 5px;
  position: relative; 
}

html {
  height: 100%;
}

/*
* {
  cursor: url('cyan-pointer.png'), url('cyan-pointer.cur'), auto !important;
}

td {
  border: 1px solid #333;
}

@media (max-width: 600px) {
  body {
    font-size: 24px;
  }
}
*/
