/* Link */
a
{
	text-decoration			:	none;
	font-weight				:	bold;
}
a:link
{
	color					:	#556072;
}
a:visited
{
	color					:	#556072;
}
a:hover
{
	color					:	#990000;
	text-decoration			:	underline;
}
a:active
{
	color					:	#dd0000;
	text-decoration			:	underline;
}

