/* TAG STYLES */

body
{
  background-color: #000000;
  background-image: url(../images/starback.gif);
  background-repeat: repeat;
  color: #ffffff;
}

h1
{
  color: #007fff;
  font-size: 3em;
  font-weight: bold;
  margin: 0em;
}

h2
{
  color: #007fff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0em;
}

h3
{
  color: #007fff;
  font-size: 1em;
  font-weight: bold;
  margin: 0em;
}

ol {
  margin-top: 0em;
  margin-bottom: 0em;
}

ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

a
{
  color: #00ffff;
  text-decoration: underline;
}

a:hover
{
  color: #007fff;
}


/* DIV AND SPAN STYLES */

.pv-topbar
{
  position: absolute;
  top: 11px;
  left: 0%;
  width: 100%;
  text-align: center;
}

.pv-leftmenu
{
  position: absolute;
  top: 160px;
  left: 0%;
  width: 15%;
  padding: 0.3em;
}

.pv-rightmenu
{
  position: absolute;
  top: 160px;
  left: 83%;
  width: 15%;
  padding: 0.3em;
}

.pv-maincontent
{
  position: absolute;
  top: 128px;
  left: 16%;
  width: 66%;
  padding: 0.3em;
}

.pv-disabled
{
  color: #7f7f7f;
}

.pv-spoilertext
{
  color: #000000;
}

.pv-smalltext
{
  font-size: 0.5em;
}

.pv-center
{
  text-align: center;
}

.pv-codeblock
{
  width: 100%;
  border-style: solid;
  border-width: thin;
  font-family: monospace;
  white-space: pre;
}