.qrinfotd {
	font-weight: bold;
}

.info {
	font-size: smaller;
	font-style: italic;
}

.floatright {
	text-align: right;
	float: right;
}

.floatleft {
	float: left;
}

.centered {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.red {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}