/*
    splash.css

    Style-Sheet für 'Friederike Bischoff'
    Albrecht Bischoff, 01.11.2004
*/

@import url(all.css) all;

body {
  margin-top: 0;
  background-color: black;
  text-align: center;
}

h1, h2 {
  line-height: 0px;
  visibility: hidden;
}

#alert {
  line-height: 1em;
  visibility: visible;
  color: white;
}

img {
  cursor: pointer;
}

a:link img, a:visited img { border-style: none } /* no border on img links */
