#maincontent a, #maincontent a:visited, #maincontent a:active {
	color: blue !important;
	text-decoration: none;
}
#maincontent a:hover {
	color: blue !important;
	text-decoration: underline;
}
.nowrap { white-space: nowrap; }
