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

a.Header
{
	font-weight				:	bold;
}
a.Header:link
{
	color					:	#000000;
	text-decoration			:	none;
}
a.Header:visited
{
	color					:	#000000;
	text-decoration			:	none;
}
a.Header:hover
{
	color					:	#ff0000;
	text-decoration			:	underline;
}
a.Header:active
{
	color					:	#dd0000;
	text-decoration			:	underline;
}
