.LeftColumn{
	color: red; 
	text-align: Ieft; 
	font-size:8pt
}

.CenterColumn{
	color: blue; 
	text-align:center; 
	font-size: 12pt
}

.RightColumn{
	color: green; 
	text-align: right; 
	font-size:8pt
}