.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
} 

.underline{
	text-decoration: underline;
}

.format_story_center{
	width:100%;
	text-align: center;
}

.format_story_left{
	width:100%;
	text-align: left;
}