/* Stylesheet for decolourizing program code - Copyright (C) 2017-2024 Charles A Upsdell, All Rights Reserved; www.upsdell.com */

pre.sample	{ color:inherit; background-color:#fff; line-height:1.0625; font-size:0.95em; font-size:0.95rem; font-weight:400; font-variant-ligatures:none; }
pre.sample span.brace	{ color:inherit; font-weight:400; font-size:1.32em; }
pre.sample span.comment { color:inherit; font-style:normal; }
pre.sample span.keyword	{ color:inherit; font-weight:400; }
pre.sample span.method { color:inherit; font-weight:400; }
pre.sample span.operator { color:inherit; font-weight:400; }
pre.sample span.parens { color:inherit; font-weight:400; }
pre.sample span.property { color:inherit; font-weight:400; }
pre.sample span.punct { color:inherit; font-weight:400; }
pre.sample span.string, pre.sample span.constant { color:inherit; font-weight:400; }

pre.sample span.tag { color:inherit; font-weight:400; }
pre.sample span.att { color:inherit; font-weight:400; }
pre.sample span.attvalue { color:inherit; font-weight:400; font-style:normal; }
pre.sample span.entity { color:inherit; font-weight:400; }
pre.sample span.entity span.punct { color:inherit; font-weight:400; }
