body {
  background-image: url("space.gif");
}

h1 {
  float: none;
  color: white;
  font-family: Tahoma, Verdana, sans-serif;
  width: 300px;  
height: 200px;
}
p {
  color: orange;
  font-family: Verdana, Serif;
}
h2 {
  color: blue;
  font-family: Verdana, Serif;
}
h3 {
  color: red;
  font-family: Verdana, Serif;
}

p {
width: 500px;  
height: 150px;
}

xmp {
  color: orange;
  font-family: Verdana, Serif;
}
a:link {
  color: #00c4ff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #00c4ff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #00c4ff;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #00c4ff;
  background-color: transparent;
  text-decoration: underline;
}







