body
{
}
.LeftAlined
{
	text-align:left;	
}
.RightToLeft
{
	direction: rtl;	
}
.LeftToRight
{
	direction:ltr;
}
.CenterAligned
{
	text-align:center
}

