
.story {
	clear:both;
}

.center {
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin:4px;
	text-align:center;
	border:none;
}

.shout {
	font-size:150%;
}

.red {
	color:#ff0000;
}

.imgr {
	margin:4px;
	float:right;
	border:none;
}

.imgl {
	margin:4px;
	float:left;
	border:none;
}

.imgr150 {
	margin:4px;
	float:right;
	border:none;
	width:150;
	height:150;
}

.imgl150 {
	margin:4px;
	float:left;
	border:none;
	width:150;
	height:150;
}
