/*                                                                      */
/* 		                	LINKS       	                   	        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */

a {
  color: #0072ce /* CSG Blue (Pantone 285C) */;
  text-decoration: none;
}
section.content a {
  font-style: italic;
}
a:hover {
  text-decoration: underline;
}
section.content a.glossary {
  color: #636469 /* CSG Dark Grey */;
  font-style: normal;
  font-weight: bold;
}

