body {
  background: #9ec6a4;
  background-image: url("gfx/desudance3.gif"), linear-gradient(to bottom, green, #9ec6a4);
  background-repeat: repeat;
  background-attachment: fixed;
  color: #ff0000;
  text-align: right;
}
p {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 5em;
  color: #ff0000;
}
p#intro {
  color: #00ff00;
}
p#desu {
  font-variant: small-caps;
}
a:link a:visited a:active a:hover {
  color: #FF0000;
  text-decoration: none;
}
h1 {
  text-align: center;
  text-shadow: 4px 4px #ff0000;
  color: #00ff00;
  font-size: 10em;
  font-family: "Comic Sans MS", sans-serif;
}
img.fixed {
  position: fixed;
  left: 0%;
  bottom: 0%;
}
p.footer {
  font-size: 1em;
}
