.gris {
	font-family: "MS Sans Serif";
	font-size: 7px;
	font-weight: bold;
	color: 6B6B6B;
	text-decoration: none;
}
a:visited {
	font-family: "MS Sans Serif";
	font-size: 8px;
	font-weight: bold;
	color: 6B6B6B;
	text-decoration: none;
}
a:link {
	font-family: "MS Sans Serif";
	font-size: 4px;
	font-weight: bold;
	color: 6B6B6B;
	text-decoration: none;
}
a:hover {
	font-family: "MS Sans Serif";
	font-size: 8px;
	font-weight: bold;
	color: FF4800;
	text-decoration: none;
}
a:active {
	font-family: "MS Sans Serif";
	font-size: 8px;
	font-weight: bold;
	color: FF4800;
	text-decoration: underline;
}

