.cr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: white;
}
.cr:link {
	text-decoration: none;
	font-size: 7pt;
	color:  white;
}
.cr:active {
	text-decoration: none;
	color: white;
}
.cr:visited {
	text-decoration: none;
	color: white;
}
.cr:hover {
	text-decoration: underline;
	color: white;
}
