/* Link */
a
{
	text-decoration			:	none;
}
a:link
{
	color					:	#990099;
}
a:visited
{
	color					:	#990099;
}
a:hover
{
	color					:	#cc0000;
	text-decoration			:	underline;
}
a:active
{
	color					:	#cc0000;
	text-decoration			:	underline;
}
