body {
  background:#000;
  background-image:url(.jpg);
  background-position:50% 0%; 
  background-repeat: no-repeat; 
  margin:0;
  padding:10px 10px;
  font:x-small Times New Roman,Trebuchet,Verdana,Sans-Serif;
  text-align:center;
  color:#eee;
  font-size:15px;
  font-style:none;
  font-weight:none;
}
h1 {
  font-size:40px;
  padding:2px 2px;
  text-decoration:none;
  font-style:none;
  font-weight:bold;
  }

h2 {
  font-size:20px;
  margin:0;
  padding:2px 2px;
  font-style:none;
  font-weight:none;
  }

h3 {
  font-size:15px;
  font-style:italic;
  font-weight:none;
  }

h4 {
  font-size:15px;
  font-style:none;
  font-weight:bold;
  }

a:link {
  color:#fff;
  text-decoration:underline;
  }
a:visited {
  color:#ccc;
  text-decoration:underline;
  }
a:hover {
  color:#c00;
  text-decoration:none;
  }
a:active {
  color:#f00;
  text-decoration:none;
  background-color:#000;
  }

a:link img {
  border: 1px solid #fff;
  }
a:visited img {
  border: 1px solid #ccc;
  opacity:.8;
  }
a:hover img {
  border: 1px solid #c00;
  }
a:active img {
  border: 1px solid #f00;
  }

span.cap-purple {
  float: left; 
  font-size: 1.7em;
  color:#000;
  padding: 0 0.15em;
  margin: 0 0.15em 0 0; 
  background: #9900ff;
  border: 3px outset #9900ff;
  }

h2.float-right {
  float: right;
  width: 9em;
  margin: 0 0 0 0.2em;
  padding-left: 0.2em;
  color:#000;
  background: #90ee90;
  border-left: 2px dotted #2e8b57;
  border-bottom: 2px dotted #2e8b57;
  }


