p{
	margin-bottom: 12px;
}


ul{
	margin-top: 5px;
}

.slides > article {
	color: #454449;
}

p.smaller{
	font-size: smaller;
}

.hilite{
	background: #ECFF00;
	padding: 2px;
}

.console{
	font-family: Courier;
}
.imgwrap{
	margin-top: 1.2em;
	text-align: center;
	overflow: hidden;
}

.imgwrap img{
	border: thin solid #aaa;
	margin: 0 auto;
}

.imgwrap .caption{
    font: italic 400 18px/120% "Helvetica Neue", Arial, sans-serif;  
}


img.tbl-fourths{
	height: 400px;
}
.fRight{
	float: right;
	margin: 0 0 20px 12px;
}

pre.line{
	margin: 0;
	padding: 0;
	overflow: auto;
}

	li.R{
		background: #FFB2AC;
	}	

	li.D{
		background: #C3D7FA;
	}
