.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.high {
	line-height : 120%;
}
.higher {
	line-height : 150%;
}
.highest {
	line-height : 180%;
}

.text-indent {
	text-indent : 1em;
}

.bgcolor{
	background-color : #FFCC99;
}

.title{
	font-weight : bold;
}
