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

a.MenuBar
{
	color					:	#ffffff;
	text-decoration			:	none;
}
