.error {
	color: #f00;
}

.success {
	color: #0c0;
}

.highlight {
	background-color: #ff0;
}

.highlight2 {
	background-color: #0ff;
}

.smalltext {
	font-size: 14px;
}

p.formhelp {
	font-size: 12px;
	margin-bottom: 0;
}

ol.alpha {
	list-style-type: upper-alpha;
}

ol.numbers {
	list-style-type: decimal;
}

ul.poemList {
	line-height: 1.5em;
}

p.control {
	text-align: right;
}

.clear {
	clear: both;
}