.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
} 

.underline{
	text-decoration: underline;
}

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

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

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

.image{
	border-radius: 5px;
}