/* Link */
a
{
	text-decoration			:	none;
}
a:link
{
	color					:	#336699;
}
a:visited
{
	color					:	#336699;
}
a:hover
{
	color					:	#99cc66;
	text-decoration			:	underline;
}
a:active
{
	color					:	#bb8866;
	text-decoration			:	underline;
}
