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

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