
.hidden {
    display: none;
}

.clear {
    clear: both;
}

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

.green {
	color:green;
}

.red {
	color:red;
}

.grey {
	color:#aaa;
}

.white {
	color:white;
}

.italic {
	font-style:italic;
}

.block-center {
    margin-left:auto;
    margin-right:auto;
}
