
.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 ;
	
}



#bottomtext {
	text-align: center ;
	font-family: "papyrus", "Fantasy" ;
}