html 
{
	min-height: 100%;
}

* 
{
	margin: 0;
	padding: 0;
}

body 
{
	background: #111;
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
}

pre
{
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
}

.Tab pre
{
	font: normal 62.5% "Courier",monospace;
}

a
{
	color: #801f1f;
}

a:visited
{
	color: #801f1f;
}

a:hover
{
	color: #ff2127;
	text-decoration: none;
}

p
{
	padding-bottom: 1.2em;
}

h1
{
	text-align: center;
	font: normal 3em Impact,sans-serif;
	margin-bottom: 4px;
}

h2
{
	background: url('Images/Stitches.gif') repeat-x left bottom; 
	color: #801F1F; 
	font: normal 2em Impact,sans-serif; 
	margin-bottom: 6px; 
	margin-right: 1px;
	padding-bottom: 11px; 
	letter-spacing: 1px;
}

h1,h2 
{
	padding-top: 6px;
}

h3
{
	color: #801F1F;
	font: normal 1.4em Impact,sans-serif; 
	margin-left: 5px;
}

h4
{
}


ul
{
	padding-bottom: 1.2em;
	list-style-type: disc;
}

ol
{
	padding-bottom: 1.2em;
}

blockquote 
{
	color: #801F1F;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}