#layer1 {	position: relative;}		div.layer1 a:link {		color: #669933;		font-weight: bold;		text-decoration: none;	}	div.layer1 a:visited {		color: #336600;		font-weight: bold;		text-decoration: none;	}	div.layer1 a:hover {		color: #ccff66;		font-weight: bold;		text-decoration: underline;	}	div.layer1 a:active {		color: #ccff66;		font-weight: bold;		text-decoration: underline;	}	#layer2 {	position: relative;}		div.layer2 a:link {		color: #996633;		font-weight: bold;		text-decoration: none;	}	div.layer2 a:visited {		color: #993366;		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;	}#layer3 {	position: relative;}		div.layer3 a:link {		color: #9999cc;		font-weight: bold;		text-decoration: none;	}	div.layer3 a:visited {		color: #330099;		font-weight: bold;		text-decoration: none;	}	div.layer3 a:hover {		color: #cc99ff;		font-weight: bold;		text-decoration: underline;	}	div.layer3 a:active {		color: #cc99ff;		font-weight: bold;		text-decoration: underline;	}