@import "../../commun.css";

.conf {
	font-weight: bold;
	font-size: 1.2em;
	color: darkblue;
}

.code {
	font-weight: bold;
	font-size: 1.1em;
	color: darkgreen;
}

.inst li {
	font-weight: bold;
	font-size: 1.1em;
}

.ul li {
	font-weight: bold;
	font-size: 1em;
}
.important {
	font-weight: bold;
	font-size: 1em;
	color: darkred;
}