body {
  color: #FFFFFF;
  background: url(nebula.jpg) fixed no-repeat #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
}
	
a {  
  color: #B7BFDA; 
  text-decoration: none;
}

a:hover {
  color: #F7BC5B;
}

img {
  border: 0px solid #000000;
}

.main {
  border: 0px solid #000000;
  height: 100%;
  width: 800px;
  vertical-align: top;
}

.sidebar {
  vertical-align: top;
  height: 100%;
  width: 200px;
}

.content {
  vertical-align: top;
  font-size: small;
  height: 100%;
  width: 600px;
}

.navbar {
  font-variant: small-caps;
  font-weight: bold;
  font-size: small;
  height: 100%;
}

.block {
  text-align: justify;
}

.footer {
  font-size: x-small;
  font-variant: small-caps;
  color: #888888;
}

hr {
  background-color: #222222;
  border: 1px solid #222222;
  height: 0px;
  width: 600px;
}

input {
  color: #000000; 
  background-color: #ffffff;
  border: 2px solid #007EFF;
}

textarea {
  color: #000000; 
  background-color: #ffffff;
  border: 2px solid #007EFF;
}

.quotes {
  font-size: small;
}

.areatitle {
  font-size: large;
  font-weight: bold;
  font-variant: small-caps;
}

.areaprint {
  font-size: small;
  text-align: justify;
}

.playertitle {
  font-size: medium;
  font-weight: bold;
  font-variant: small-caps;
}

.playersnippet {
  font-size: x-small;
  font-style: italic;
}

.playerheader {
  font-size: large;
  font-weight: bold;
  font-variant: small-caps;
}

.playerprofile {
  font-size: small;
  text-align: justify;
}

.newsitem {
}

.newsheader {
  font-variant: small-caps;
  font-weight: bold;
}

.newsdate {
  font-size: medium;
}

.newstime {
  font-size: medium;
}

.newstitle {
  font-size: x-large;
}

.newsbody {
  text-align: justify;
}

.newsauthor {
  font-style: oblique;
}

.newsspacer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.appquestion {
  font-size: small;
}

.helpletter {
  font-size: large;
  font-weight: bold;
}

.helpheader {
  font-size: large;
  font-weight: bold;
}

.helprelated {
  font-style: oblique;
}

.helpcell {
  vertical-align: top;
  font-size: small;
}