/* Inport default styles */
@import url(../local.css);

.rightPic {
	float: right;
	margin-left: 16px;
	text-align: center;
	font-size: 0.8em;
	}

.leftPic {
	float: left;
	margin-right: 16px;
	text-align: center;
	font-size: 0.8em;
	}
	
.inlinePic {
	text-align: center;
	font-size: 0.8em;
	}

.entry {
	clear: both;
	margin-bottom: 16px;
	}
	
.entryTitle {
	font-weight: bold;
	font-style: italic;
	}
	
	
