/* CSS Document */

/* for the individual CD music reviews (i.e., cr-*.htm, uk-*.htm and fr-*.htm)  and index.html */

#celtichflnk a,
#celtichflnk a:hover,
#celtichflnk a:visited,
#celtichflnk a:link,
#celtichflnk a:active {
	text-decoration: none;
	color: #F0FFF0;
	background-color: #F0FFF0;
}

#folkhflnk a,
#folkhflnk a:hover,
#folkhflnk a:visited,
#folkhflnk a:link,
#folkhflnk a:active {
	text-decoration: none;
	color: #F0F8FF;
	background-color: #F0F8FF;
}

#ukfolkhflnk a,
#ukfolkhflnk a:hover,
#ukfolkhflnk a:visited,
#ukfolkhflnk a:link,
#ukfolkhflnk a:active {
	text-decoration: none;
	color: #FFF5EE;
	background-color: #FFF5EE;
}

#indexhflnk a,
#indexhflnk a:hover,
#indexhflnk a:visited,
#indexhflnk a:link,
#indexhflnk a:active {
	text-decoration: none;
	color: #FCFCFC;  /* white background */
	background-color: #FCFCFC; /* white background */
}

