/* Typography */
a {
	color: #00A7C8;
	text-decoration: none;
}

.centered {
	text-align: center;
}
.clear {
	clear: both;
	height: 1px;
	visibility: none;
}
.hidden {
	display: none;
}
.faded {
	color: #666;
}
