body {
  background-image: url(background.jpg);
  color: #ffffff;
  font-family: tahoma, arial, helvetica, sans-serif;
  margin: auto;
  font-weight: normal;
  white-space: nowrap;
}
A { text-decoration: none }
A:link { color: #ffffff }
A:visited { color: #ffffff }
A:active { color: #33ccff }
A:hover { text-decoration: underline}
