/* Style sheet for the anime section */

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

.animeEntry {
	text-align: left;	margin-bottom: 4px;
}

.animeEntryPic {
	width: 120px;
	text-align: center;
	margin-top: 8px;
	float: left;
}

.animeEntryTitle {
	font-size: 1.4em;
	font-weight: bold;
}

.animeIntroMargin {
	margin-bottom: 24px;
	}