
body {
  margin: 0;
  background-color: #002288;
  background-image: url('/images/stars.png');
  color: white;
  overflow: auto;
}

#moon
{
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(/images/moonflare.png);
  background-repeat: no-repeat;
  width: 236px;
  height: 236px;
}

#logo
{
  position: absolute;
  top: 20px;
  left: 200px;
  background-image: url(/images/logo.png);
  background-repeat: no-repeat;
  width: 510px;
  height: 112px;
}

#box
{
  position: absolute;
  left: 30px;
  top: 180px;
  width: 145px;
  padding-top: 1em;
  padding-bottom: 1em;
  background-image: url(/images/sidebar.png);
  border: thin solid #000022;
  text-align: center;
}

.link
{
  height: 25px;
  line-height: 25px;
  width: 125px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

a.inactive
{
  display: block;
    background-image: url(/images/button.png);
  color: white;
  cursor: pointer;
}

.active span
{
  cursor: default;
}

.active
{
  background-image: url(/images/buttonactive.png);
  font-weight: bold;
}

#box a
{
  text-decoration: none;
}


.inactive:hover
{
  color: #88ff88;
  background-image: url(/images/buttonactive.png);
}

#content
{
  position: static;
  padding-left: 200px;
  padding-top: 180px;
}

a
{
  color: #88ff88;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

p:first-letter
{
  font-size: 150%;
}

#copyright
{
  position: static;

  padding-top: 5em;
  padding-bottom: 2em;

  font-size: 75%;
  width: 100%;
  text-align: center;
}

.quote
{
  margin-top: 1ex;
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1ex;
}

.cite
{
  margin-top: 0.25ex;
  margin-left: 2em;
}

.news
{
  margin-left: 0.5em;
  margin-right: 0.5em;
}
