/*                                                                      */
/* 		                	LINKS       	                   	        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */

a {
  color: black;
}
section.content a {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #0083A9 /* __ ARP 3 __ Blue (Pantone 314c) */;
  text-decoration-color: #0083A9 /* __ ARP 3 __ Blue (Pantone 314c) */;      /* Blue underline, but only if used in content */
}
section.content a:hover {
  color: #6E267B /* __ ARP 3 __ Purple (Pantone 259c) */;
  text-decoration-color: #6E267B /* __ ARP 3 __ Purple (Pantone 259c) */;
}
section.content a.glossary {
  font-weight: 400;
  color: black;
  font-style: italic;
  text-decoration: none;
}
section.content a.glossary:hover {
  color: #6E267B /* __ ARP 3 __ Purple (Pantone 259c) */;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

