.text_blue{
	color:#003663;
}
.text_red{
	color:#ef482d;
}
.text_grey{
	color:#898989;
}
.img_floatleft{
	float:left;
	margin:5px;
}
.img_floatright{
	float:right;
	margin:5px;
}
.link_test{
	color:purple;
	text-decoration:underline;
}