
function linkcontrol() {

	document.writeln("<style>");
	document.writeln("<!--");
	document.writeln("A.type1:link    {color:BLUE; text-decoration:none;}");
	document.writeln("A.type1:visited {color:BLUE; text-decoration:none;}");
	document.writeln("A.type1:active  {color:BLUE; text-decoration:none;}");
	document.writeln("A.type1:hover   {color:RED; text-decoration:underline;}");
	document.writeln("//-->");
	document.writeln("</style>");

}	
