.hidden {
	display: none;
}

.alignLeft {
	text-align: left !important;
}

.alignCenter {
	text-align: center !important;
}

.alignRight {
	text-align: right !important;
}

.alignJustify {
	text-align: justify !important;
}

img.alignLeft {
	float: left !important;
}

img.alignRight {
	float: right !important;
}

.makeLink {
	cursor: pointer;
}