a:link {
	color: #046DB9;
	text-decoration: none;
}
a:visited {
	color: #7BB5B3;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.text {
	font-size: 75%;
	line-height: 150%;
}
.color_mint {
	color: #71ADC3;
}
.color_mint_bold {
	color: #71ADC3;
	font-weight: bold;
}