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;
  }
