/******************************************************/
/***												***/
/***	Links style definitions						***/
/***												***/
/***												***/
/***												***/
/******************************************************/

/* GENERAL LINK DEFINITIONS */
a:link, a:active, a:visited {
	color:#72965b;
	text-decoration:underline;
} 
a:hover {
	text-decoration:none;	
}
