/*                                                                      */
/* 		                	LINKS       	                   	        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */

a {
  color: #67b9e9 /* BAT paler blue */;
  text-decoration: none;
}
section.content a {
  font-style: italic;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
section.content ul.resource a {
  color: #e1251b /* BAT Red (Pantone 485c) */;
  font-weight: normal;
}
section.content a.glossary {
  color: black;
  font-style: normal;
  font-weight: bold;
}

div#cookie-message a {
  color: #fbb911 /* BAT Yellow */;
}