
 

//----- contents page highlights on 2002 web



//----- contents page links

	A {
		color: #FFFFFF;
	}

	A:link.contents {
		text-decoration: none;
		color: #C0C0C0;
		font-family: Arial
	}

	A:visited.contents {
		text-decoration: none;
		color: #C0C0C0;
		font-family: Arial
	}

	A:hover.contents {
		text-decoration: none;
		color: #FFFFFF;
		font-family: Arial
	}
	
	
	
//----- subsequent page links

	A {
		color: #C0C0C0;
	}

	A:link.sub {
		text-decoration: none;
		color: #C0C0C0;
		font-family: Arial
	}

	A:visited.sub {
		text-decoration: none;
		color: #C0C0C0;
		font-family: Arial
	}

	A:hover.sub {
		text-decoration: none;
		color: #FFFFFF;
		font-family: Arial
	}
	
	
//----- title page links

	A {
		color: #FFFFFF;
	}

	A:link.title {
		text-decoration: none;
		color: #FFFFFF;
		font-family: Arial
	}

	A:visited.title {
		text-decoration: none;
		color: #FFFFFF;
		font-family: Arial
	}

	A:hover.title {
		text-decoration: none;
		color: #FFFFFF;
		font-family: Arial
	}
	
	//----- contents2 page links

	A {
		color: #FFFFFF;
	}

	A:link.contents2 {
		text-decoration: none;
		color: #FFFFFF;
		font-family: Arial
	}

	A:visited.contents2 {
		text-decoration: none;
		color: #C0C0C0;
		font-family: Arial
	}

	A:hover.contents2 {
		text-decoration: none;
		color: #FFFFFF;
		font-family: Arial
	}