body {
  background-color: rgb(60,60,60);
}

a {
  color: rgb(222,222,222);
}

div.main {
  width: 960px;
  height: 760px;
  background: url(/images/sparticle_bg.jpg);
  background-repeat: no-repeat;
  position: relative;
  text-align: left;
  border: 1px solid rgb(50,50,50);
}

table.links {
  position: relative;
  top: 95px;
  left: 180px;
  height: 660px;
  width: 680px;
  text-align: center;
  color: rgb(200,0,0);
  font-weight: bold;
  font-size: 22pt;
  font-family: "Arial", sans-serif;
  display: none;
}

div.sidebar {
  position: absolute;
  right: 5px;
  height: 42px;
  width: 380px;
  text-align: right;
  color: white;
  font-weight: bold;
  font-size: 24pt;
  font-family: "Courier", serif;
  letter-spacing: 0.1em;
  display: none;
}

div.sidebar a {
  color: white;
  text-decoration: none;
}

div.sidebar a:hover {
  font-family: "Courier New";
}

div.content {
  background-color: rgb(60,60,60);
  border: 3px solid rgb(80,80,80);
  border-style: outset;
  position: absolute;
  color: rgb(230,230,230);
  padding: 0.5em;
  font-family: "Arial", sans-serif;
  font-size: 9pt;
  opacity: 25;
  display: none;
}

div.content h1 {
  font-size: 12pt;
}

div.content a {
  color: rgb(150,160,230);
}

div.content a:hover {
  color: white;
}

div.content div.close {
  position: absolute;
  bottom: 0px;
  right: 5px;
  font-size: 8pt;
  font-style: italic;
  text-align: right;
  width: 100%;
}

div.content div.close a {
  color: white;
}

div.home {
  background: none;
  overflow: auto;
  border: none;
}

div.home a {
  color: rgb(220,230,255);
}
