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

pre.sample	{ color:#030; background-color:#fff; line-height:1.0625; font-size:0.95em; font-size:0.95rem; font-weight:500; font-variant-ligatures:normal; }
pre.sample span.brace	{ color:#909; font-weight:600; font-size:1.32em; }
pre.sample span.comment { color:#06f; font-style:italic; }
pre.sample span.keyword	{ color:#00f; font-weight:bold; }
pre.sample span.method { color:#c6f; font-weight:bold; }
pre.sample span.operator { color:#00c; font-weight:700; }
pre.sample span.parens { color:#f0f; font-weight:700; }
pre.sample span.property { color:#090; font-weight:bold; }
pre.sample span.punct { color:#000; font-weight:900; }
pre.sample span.string, pre.sample span.constant { color:#0c0; font-weight:700; }

pre.sample span.tag { color:#00f; font-weight:bold; }
pre.sample span.att { color:#00f; font-weight:400; }
pre.sample span.attvalue { color:#666; font-weight:600; font-style:italic; }
pre.sample span.entity { color:#c00; font-weight:bold; }
pre.sample span.entity span.punct { color:#c00; font-weight:700; }
