Here is the linked stylesheet demo.css used for some pages in the demo.

<!--

body	{background:#fffff;
	color:#000000;
	font-family:"Comic Sans MS", "Times New Roman", "Times Roman", serif;
	font-size:90%;}

h1	{color:maroon;
	font-family:Harrington, script;
	font-size:150%;}

h2	{color:#666666;
	font-family:Comic Sans MS, Courier;
	font-size:130%;}

h3	{color:teal;
	font-family:Comic Sans MS, Helvetica, sans-serif;
	font-size:100%;}

h3.second {color:#004F4F;
	font-family:Comic Sans MS, Helvetica, sans-serif;
	font-size:120%;
	background:#00BDBD;
	text-align:center}
	
.red	{background:red}
.red2	{background:red;color:#D4D8E4}

.graytext	{color:#C0C0C0}

.topic	{color:#666666;
	font-size:100%;
	font-family:Comic Sans MS, Helvetica, sans-serif;
	font-weight:700;
	}

.contents {font-size:90%;font-weight:bold;
	font-family:Arial, Helvetica,sans-serif;
	margin-left:10px;}
			
.inicap	{font-size:130%}

-->