/*=========== Alignment =============*/
.a_left{
	text-align: left;
}

.a_center{
	text-align: center;
}

.a_right{
	text-align: right;
}

.a_justify{
	text-align: justify;
}

/*=========== Style =============*/
.s_normal{
	font-style: normal;
}

.s_italic{
	font-style: italic;
}

.s_oblique{
	font-style: oblique;
}

/*=========== Weight ============= 100 through 900, and bolder or lighter*/
.w_normal{
	font-weight: normal;
}

.w_bold{
	font-weight: bold;
}


