<!--

a	{
	color : #cc0000;
	text-decoration : underlined;
}

a:visited	{
	color : #cc0000;
	text-decoration : underlined;
}

a:active	{
	color : #000033;
	text-decoration : none;
}

a:hover	{
	color : #000033;
	text-decoration : none;
}
a.link	{
	color : #FFCC66;
	text-decoration : underlined;
}

a:visited.link	{
	color : #FFCC66;
	text-decoration : underlined;
}

a:active.link	{
	color : #FFFFFF;
	text-decoration : none;
}

a:hover.link	{
	color : #FFFFFF;
	text-decoration : none;
}

-->