body { background-color: #EFFBEF; padding-top: 120px; }
p.input {
	font-size: 16px;
	line-height:.4;
	padding-left: 65px;
	font-family: 'Allan';
}
p.commands {
	font-size: 16px;
	line-height:1;
	padding-left: 65px;
	font-family: 'Allan';
}
p.why {
	font-size: 16px;
	line-height:1.1;
	padding-left: 65px;
}
span.router { color: #08088A; font-family: 'Abel'; }
span.param {
	color: orange;
	font-style: italic;
	font-family: 'Allerta Stencil';
	font-size: 17px;
}
span.switch { color: green; }

br.seperator {
	line-height:140px;
}
h1.subject {
	font-size: 20px;
	color: #0B0B61;
}
h1.mid {
	font-size: 17px;
	color: #0B0B01;
	padding-top: 30px;
	padding-left: 15px;
	line-height:.1;
	padding-bottom:0px;
}
h2.subsubject {
	font-size: 13px;
	color: #585858;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 30px;
}
h2.step {
	font-size: 13px;
	color: #585858;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 10px;
}

.warning { color: red; }
.info { font-size: 17px; font-weight: bold; line-height:2px; }
