@import url(iis_lsir.css);


/* Some LSIR defaults */

h1, h2, h3 {
	background: white;
}


/* General */

body {
	color: black;
}

div.special {
	background: white;
	border: 1px solid black;
}

.important {
	font-weight: bold;
}

.new:after {
	content: "";
}

.updated:after {
	content: "";
}


/* Code, etc. */

pre.term {
	background: white;
	color: black;
	border: 2px solid gray;
}

pre.term span.prompt {
	color: black;
}


/* Outline */

div.outline {
	background: white;
	border: 1px solid black;
}

div.outline a {
	color: black;
	text-decoration: none;
}

div.moreinfo {
	display: none;
}


/* Footer */

p.bottom {
	display: none;
}

