<style>

.activeLink { 
	font-weight : regular; 
	text-decoration : none;
	color : 9C834E;
	background-color : white;
	}
.activeLink :visited{ 
	font-weight : regular
	text-decoration : underline; 
	color : 725F38;
	colorOld : 806C40;
	background-color : white;
	}
.activeLink :hover { 
	font-weight : regular;
	text-decoration : underline;
	color : white;
	background-color : CCBD97;
	}


.normalLink { 
	font-weight: regular
	color : 9C834E;
	text-decoration: underline; 
	}
.normalLink :visited{ 
	font-weight : regular
	text-decoration : underline; 
	color : 725F38;
	colorOld : 806C40;
	background-color : white;
	}
.normalLink :hover { 
	font-weight: bold;
	text-decoration: underline; 
	color : 9C834E;
	}


.testLink {
	font-family : Verdana;
	font-size : 20pt;
	font-weight : bold;
	text-decoration: none;
	background-color: FF0000;
	color : 000000;	
	}
.testLink :Visited {
	color : 000000; 
	}
.testLink :Hover {
	color : FF0000;
	background-color: 000000;
	font-style:italic; 
	}
.testLink :Active {
	color : 000000; 
	}

</style>
