a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:link {
	text-decoration: none;
	color: #FFCC33;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
.onehalf {
	line-height: 150%;
}

