	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:#6699cc;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer1 a:visited {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer1 a:hover {
		color: #66ccff;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer1 a:active {
		color: #66ccff;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer2 a:link {
		color:#840000;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer2 a:visited {
		color: #cc6666;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer2 a:hover {
		color: #ff99cc;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer2 a:active {
		color: #ff99cc;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer3 a:link {
		color:#993399;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer3 a:visited {
		color: #996699;
		font-weight: bold;
		text-decoration: none;
	}
	div.layer3 a:hover {
		color: #ff99cc;
		font-weight: bold;
		text-decoration: underline;
	}
	div.layer3 a:active {
		color: #ff99cc;
		font-weight: bold;
		text-decoration: underline;
	}

