.test:link, .test:active, .test:visited	{	text-decoration	:	underline;	color			:	#blue;	font-family		: Arial, Verdana;	font-size		:	12px;	font-weight		:	none;	}.test:hover		{	text-decoration	: none;	color			:	#639CCE;	font-family		:	Arial, Verdana;	font-size		:	12px;	font-weight		:	none;	}.mail:hover		{	text-decoration	: underline;	color			:	#639CCE;	font-family		:	Verdana, Arial;	font-size		:	8px;	font-weight		:	bold;	}.leftlink:link, .leftlink:active, .leftlink:visited	{	text-decoration	:	none;	color			:	#eeeeee;	font-family		:	Arial, Arial;	font-size		:	16px;	font-weight		:	bold;	}.leftlink:hover	{	text-decoration	: underline;	color			:	#639CCE;	font-family		:	Arial, Arial;	font-size		:	16px;	font-weight		:	bold;	}