.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: smaller;
}

.reset {
	clear: both;
}

.invisible{
	display: none;
}

.floatLeft {
    float: left;
}

.floatRight {
 float: right;
}
