/*
 * file   : default.css
 * version: v1.5 Sunday, October 08, 2000
 * author : Steven L. Reid
 * purpose: Default style sheet for my Imagination web site.
 */

body {
  font-family	    : arial, helvetica, sans-serif;
  /* This is the original margins, but Geocities screws this up!
  margin	    : 2em 70px 2em 70px;
  the messed up ones below, I'm trying to fix this.
  margin	    : 2em 150px 2em 30px;
  */
  margin	    : 2em 70px 2em 70px;
  color		    : #FFFFFF;
  background	    : #000000;
}
:link    { color: #00ffff }
:visited { color: #ff00ff }

/* Clean headers */
h1, h2, h3 {
  margin-bottom	: 0px;
}

/* Smaller spacing */
p, ul, ol, blockquote {
  margin-top	: 0px;
  margin-bottom	: 5px;
}

/* Use this class on each subsequent paragraphs. */
p.tab {
  text-indent	: 20px;
}

/* Horizontal rule style */
hr {
  color		: #0098D0;
  line-height	: 1px;
}

#navigation {
  float: right;
  background-color: #666;
  margin: 0;
  padding: 0;
}
#navigation li {
  display: inline;
}
#navigation a, #navigation a:visited {
  text-decoration: none;
  background-color: #666;
  color: #ccc;
}
#navigation a:hover, #navigation a:active, #navigation a:focus {
  text-decoration: none;
  background-color: #999;
  color: #333;
}

