/* Ok; I have no idea what this .cellar thing ever did. leaving it in for now */
.cellar {color: #999; font-size: 9px; font-family: Tahoma, Trebuchet MS, Verdana, Helvetica, sans-serif; line-height: 12px; text-indent: 20px; margin: 2px;}

body {
	color: lime; background: black; 
	margin-left: 5%; margin-right: 5%;
	}
  h1 { color: red; }
  h2 { color: red; }
  h3 { color: yellow; }
  h4 { color: yellow; }
  h5 { color: yellow; }
  h6 { color: yellow; }
  hr { color: violet; }
  cite { color: white; }

  :link { color: yellow; }  /* for unvisited links */
  :visited { color: orange; } /* for visited links */
  a:active { color: rgb(255, 0, 102) } /* when link is clicked */
  a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */