/*--------------------------------------------*/
/*link color company                          */
/*--------------------------------------------*/
a.company:link {
	color : #043FB3;
	text-decoration : none;
}
a.company:visited{
	color : #002966;
	text-decoration : none;
}
a.company:hover {
	color : #0058FF;
	text-decoration: underline;
}
a.company:active {
	color : #0058FF;
	text-decoration: underline;
}
/*--------------------------------------------*/
/*link color business                         */
/*--------------------------------------------*/
a.business:link {
	color : #D61717;
	text-decoration : none;
}
a.business:visited{
	color : #870A0A;
	text-decoration : none;
}
a.business:hover {
	color : #FF0000;
	text-decoration: underline;
}
a.business:active {
	color : #FF0000;
	text-decoration: underline;
}
/*--------------------------------------------*/
/*link color recruit                          */
/*--------------------------------------------*/
a.recruit:link {
	color : #15980E;
	text-decoration : none;
}
a.recruit:visited{
	color : #0A4D0A;
	text-decoration : none;
}
a.recruit:hover {
	color : #339638;
	text-decoration: underline;
}
a.recruit:active {
	color : #339638;
	text-decoration: underline;
}
