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


a.header:link
{
	color					:	#660000;
}
a.header:visited
{
	color					:	#660000;
}
a.header:hover
{
	color					:	#cc6600;
	text-decoration			:	underline;
}
a.header:active
{
	color					:	#dd0000;
	text-decoration			:	underline;
}
