body {
	font-family: "bitstream vera sans",verdana,helvetica,arial,sans-serif;
	line-height: 150%;
	color: #222;
}

a {
	color: #14a;
	text-decoration: none;
}

a:visited {
	color: #727;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #ccddee;
	text-decoration: underline;
}

.header {
	font-family: "bitstream vera serif",georgia,serif;
	line-height: 150%;
}

.monospace {
	font-family: "consolas","andale mono","courier new",monospace;
}

a.title { 
  color: #222;
}

canvas#bg { 
  z-index: 1;
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}

div#main { 
  z-index: 2;
  position: absolute;
  margin: 0em 0em 0em 1em;
  padding: 0px;
  top: 0px;
  left: 0px;
}

