/*                                                                      */
/* 		                   TYPOGRAPHY                      		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL tablet.css     */
/*                                                                      */
/*                                                                      */


section.content h2 {
}
section.content article.level2 > h3 {	/* Same definition as the h2 above */
}
section.content article.level2smaller > h3 {        /* New 21 Jan 2020 */
}
section.content h2+h3 {
  margin-right: 0;
}
section.content h3 {
}
section.content p.intro {
}

