<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* style sheet for HTML examples */

body	{	background-color: #FFFFFF; 
		font-family: verdana, geneva, arial, sans-serif; 
	}

/* ------------ cell styles -------------------- */
.textbody	{	background-color: #9999FF; 
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 0.8em; 
			color: #000000;
					}
.text_alt	{	background-color: #CCCCFF; 
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 0.8em; 
			color: #000000;
					}
.white_bg	{	background-color: #FFFFFF; 
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 0.8em; 
			color: #000000;
			
		}
.codestyle	{	font-family: "courier new", courier, monospace; 
			font-size: 1em; 
			color: #000000;
					}
.buttonstyle	{	background-color: #000066; 
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 0.8em; 
			color: #FFFFFF;
			padding: 5px;
		}
.tophead	{ 	background-color: #000000; 
			font-family: verdana, geneva, arial, sans-serif; 
			color: #FFFFFF;
	 	}
.infobox	{ 	background-color: #FFFFFF; 
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 0.8em; 
			color: #000000;
			border: 2px solid #999999;
	 	}

/* ------------ heading styles ----------------- */
h1	{	font-size: 2em; 
		font-weight: bold; 
		margin: 0px;
 	}
h2	{	font-size: 1.5em; 
		font-weight: bold; 
		margin: 0px;
 	}
h3	{	font-size: 1em; 
		font-weight: bold; 
		margin: 0px;
 	}
/* ------------ list styles -------------------- */
ul	{	list-style: square; 	}


/* ------------ link styles -------------------- */
a:link		{	color: #0000CC; 
			text-decoration: underline; 
	 	}
a:visited	{	color: #666666; 
			text-decoration: underline; 
	 	} 
a:active	{	color: #999999; 
			text-decoration: none; 
		}
a:hover		{	color: #FFFFFF; 
			text-decoration: none; 
			background-color: #000000; 
		}


/* ------------ end all styles ----------------- */
</pre></body></html>