a.contentLink:link {
	color: blue;
	text-decoration: none;
}

a.contentLink:visited {
	color: blue;
	text-decoration: none;
}

a.contentLink:active {
	color: blue;
	text-decoration: none;
}

a.contentLink:hover {
	color: blue;
	text-decoration: underline;
}

span.largeText {
	font-size: 20px;
}