<html>
 <head>
  <style>
  </style>
 </head>
 <body>
<pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-image: url('/cloudy/qubedif.jpg');
  text-align: center;
  height: 100;
  margin: 0;
  width: 100%;
  cursor: url('/cloudy/text.gif'), auto;
}

h1 {
  color: white;
  font-family: "MS Gothic", monospace, serif;
  font-size: 40px;
}

h2 {
  color: white;
  font-family: "MS Gothic", monospace, serif;
  font-size: 20px;
}

h3 {
  color: white;
  font-family: "MS Gothic", monospace, serif;
  font-size: 10px;
}

ul {
  font-family: "MS Gothic", monospace, serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFD600;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 12px;
  text-decoration= none;
}

li a:hover {
  background-color: #FFB752;
}
  </pre>
</body>
</html>