.hidden
{
	display: none;
}

.center
{
	margin: auto;
	text-align: center;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.bold
{
	font-weight: bold;
}