/*  This the stylesheet for the Outpost UK website, file opuk01.css */

/*  This is for the text on top bar (Aberdeen) and side navigation headings (All).  It gives dark blue (navy) text on links, 
changing to red text on hover. */

.navlink A:link {color:000080; text-decoration:none}
.navlink A:visited {color:000080; text-decoration:none}
.navlink A:active {color:000080; text-decoration:none}
.navlink A:hover {color:C21414; text-decoration:none}


/* This is used on Aberdeen 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 London 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}



/*  Following not used yet...... */


/*  This is for the text on ........  It gives dk blue text on links, changing to white text 
on hover. */

.lonlink A:link {color:000080; text-decoration:strong}
.lonlink A:visited {color:000080; text-decoration:none}
.lonlink A:active {color:000080; text-decoration:none}
.lonlink A:hover {color:FFFFFF; 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}



/* 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}