/*  This the stylesheet for the Fagus-Music website, file fagus02.css */

/*  This is for the words on top navigation bar.  It gives black text on links, 
changing to white text on turqoise background on mouseover (hover). */

.navlink A:link {color:000000; text-decoration:none}
.navlink A:visited {color:000000; text-decoration:none}
.navlink A:active {color:000000; text-decoration:none}
.navlink A:hover {color:FFFFFF; background-color:008080}






/* This is used on xxxx pages.  It gives dark blue text on links, 
changing to white text on dark blue background on mouseover. */

.sublinka A:link {color:000080; text-decoration:none}
.sublinka A:visited {color:000080; text-decoration:none}
.sublinka A:active {color:000080; text-decoration:none}
.sublinka A:hover {color:FFFFFF; background-color:000080}



/* This is used on yyyy pages.  It gives dark blue text on links, 
changing to white text on rich red background on mouseover. */

.sublinkc A:link {color:000080; text-decoration:none}
.sublinkc A:visited {color:000080; text-decoration:none}
.sublinkc A:active {color:000080; text-decoration:none}
.sublinkc A:hover {color:FFFFFF; background-color:C21414}