<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #faebd7;
	font-family: "Comic Sans MS";
     }

h1, h2, h3   {
        text-align: center;
		font-family: "Comic Sans MS";
		color: black;
		font-size: 22pt;
             }

h2   {
        font-family: "Comic Sans MS";
        font-size: 15pt;
     }

h3   {
        font-family: "Comic Sans MS";
		font-size: 12pt;
     }

h4   {
        text-align: left;
        font-size: 15pt;
     }

/*************** Paragraph Formats ***************/

ul {
	list-style-type: decimal;
   }

ol {
	list-style-type: lower-roman;
   }

p.center  {
	     text-align: center;
	     font-size: 12pt;
		  }		</pre></body></html>