@import url( "xrayvalley.css" ) ;
@import url( "highlight.css" ) ;

pre {
	line-height: normal ;
	}
/* IE5-6 fixes */
* html form {
	width: auto ;
}
* html form pre , * html #content pre {
	overflow-x: auto ;
	overflow-y: visible ;
	width: 100% ;	/* takes all the space left between the margins and no more. Without this it expands to fit contents */
	}
