.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.bolded {
	font-weight: bold;
}

a {
	color: #666;
}

p {
	margin: 0 0 12px 0;
}

h3 {
	color: #c37e5c;
	margin: 0;
	padding: 0;
}
