/* Link */
a
{
	text-decoration			:	none;
	font-weight				:	normal;
}
a:link
{
	color					:	#770099;
}
a:visited
{
	color					:	#660066;
}
a:hover
{
	color					:	#cc0000;
	text-decoration			:	underline;
}
a:active
{
	color					:	#dd0000;
	text-decoration			:	underline;
}
