BODY {
	color : #9999cc;
	margin-left : 8px;
	margin-right : 8px;
	background : #000000;
	color : #9999cc;
	margin-left : 8px;
	margin-right : 8px;
}

H1, H2, H3, H4 { 
 	font-family : andale mono, monaco, monospace;
	font-weight : normal;
  }


P {
	font-family : andale mono, monaco, monospace;
	font-size : 80%;
	line-height : 0.9;
	color : #9999cc;
}

UL, OL, DL {
	font-family : andale mono, monaco, monospace;
	font-size : 80%;
	line-height : 0.9;
	color : #9999cc;
	list-style-type : disc;
}

P.small, UL.small, OL.small, DL.small {
	font-size : 75%;
	line-height : 0.9;
}

I,CITE {
	font-style : italic;
}

A  {
	color : #cccc99;
	text-decoration: none;
}

A:Visited {
	color : #999966;
	text-decoration: none;
}

A:Active {
	color : #000000;
	text-decoration: none;
}

A:Hover {
	color : #00cc00;
	text-decoration: none;
}
	  
pre {
	margin-left: 2em
}

dt {
	margin-bottom: 0px; margin-top: 0px
}

dd {
	margin-bottom: 0px; margin-top: 0px
}

dt {
	font-family : verdana, sans-serif;
	font-weight: normal;
}

pre {
	font-family : andale mono, monaco, monospace;
}

