@import url(../0.css);

/*
 * For Halloween 2001 pics
 * www.xyz.net/~one/?
 */

body {
font-family: sans-serif;
background: black;
color:	orange;
}
h1, h2, h3, h4, h5, h6 {
border-bottom: thin solid;
}
  h1 {
  font-size: smaller;
  }
:link, :visited {
text-decoration: none;
color: red;
}
  :link img, :visited img {
  border-color: orange;
  }
