	a:link {
		color:#ff9999;
		font-weight: bold;
		text-decoration: none;
	}
	a:visited {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		color: #ff3399;
		font-weight: bold;
		text-decoration: underline;
	}
	a:active {
		color: #ff3399;
		font-weight: bold;
		text-decoration: underline;
	}

	div.layer1 a:link {
		color:#0099ff;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer1 a:visited {
		color: #3300ff;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer1 a:hover {
		color: #33ffff;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer1 a:active {
		color: #33ffff;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer2 a:link {
		color:#ffff33;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer2 a:visited {
		color: #ffcc00;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer2 a:hover {
		color: #99ff66;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer2 a:active {
		color: #99ff66;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer3 a:link {
		color:#ff66cc;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer3 a:visited {
		color: #9900cc;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer3 a:hover {
		color: #33ccff;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer3 a:active {
		color: #33ccff;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer4 a:link {
		color:#9900cc;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer4 a:visited {
		color: #3300ff;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer4 a:hover {
		color: #33ffff;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer4 a:active {
		color: #33ffff;
		font-weight: bold;
		text-decoration: underline;
	}

