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