/*
	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

	simplified/modified by much0
*/

body
{
  background-color: #ffffff;
  color: #333333;
  font-size: 13px;
  font-family: Trebuchet MS,Verdana,Arial,Sans-Serif;
  line-height: 20px;
}

h1,h2,h3,h4,h5,h6
{
  font-weight: bold;
}

h2
{
  color: #66000F;
}

h1.title
{
  /* text-align: left; */
  font-weight: bold;
  color: #990000;
}

h2
{
  font-size: 20px;
}

h3
{
  font-size: 18px;
}

h4
{
  font-size: 16px;
}

h5
{
  font-size: 13px;
}

pre
{
  line-height: 16px;
}

table
{
  line-height: 13px;
}

img
{
  padding: 3px;
  /* border: solid 1px #e1e1e1; */
}

a
{
  /* text-decoration: none; */
  font-weight: bold;
  color: #990000;
}

a:visited
{
  color: #990000;
  background: #dddddd;
}

a:hover,visited
{
  text-decoration: none;
  color: #ffffff;
  background: #990000;
}

a:active
{
  color: #ffffff;
  background: #DD0000;
}

