/*  This the stylesheet for the Arduthie Garden Flat website, file agf01.css

/*  This is for the text on the top navigation bars.  It gives cream text on links, changing to black text on hover. */

.navlink A:link {color:FAF8B8; text-decoration:none}
.navlink A:visited {color:FAF8B8; text-decoration:none}
.navlink A:active {color:FAF8B8; text-decoration:none}
.navlink A:hover {color:000000; text-decoration:none}


/* This is for email links.  It gives teal text on links, changing to black text on hover. */

.emlink A:link {color:000080; text-decoration:none}
.emlink A:visited {color:000080; text-decoration:none}
.emlink A:active {color:000080; text-decoration:none}
.emlink A:hover {color:000000; text-decoration:none}




These are not used here....


/* This 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 gives dark blue text on links, changing to pale blue text on dark blue background on mouseover. */

.sublinkb A:link {color:000080; text-decoration:none}
.sublinkb A:visited {color:000080; text-decoration:none}
.sublinkb A:active {color:000080; text-decoration:none}
.sublinkb A:hover {color:99CCFF; background-color:000080}