body {
	font-family: "Andale Mono", "Courier New", monospace;
}

h1 {
    	font-family: serif;
	font-weight: normal;
}

.debug, .warning, .error, .fatal {
	white-space: nowrap;
}

.warning ul, .error ul, .fatal ul {
	white-space: normal;
	font-weight: bold;
}

.hint, .warning {
	background: #ffff88;
}

.error, .fatal {
	background: #ff8888;
}

.buildscript {
	color: green;
	font-weight: bold;
}

div.msbuild {
	white-space: nowrap;
	/* font-style: italic; */
	font-weight: bold;
}


