<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A {
    TEXT-DECORATION: none;
}
A:visited {
    COLOR: #0000c0;
}
TABLE {
    cell-spacing: 0;
    cell-padding: 2;
}

body {
     margin:10px 10px 0px 10px;
     padding:0px;
     background-color: #dc8888;
     }

#leftcontent {
	     position: absolute;
	     left:10px;
	     top:180px;
	     width:200px;
	     BACKGROUND-COLOR: #dc8888;
#            border:1px solid #000;
			       }

#centercontent {
	       background-color: #ffffff;
	       margin-left: 199px;
	       margin-right:199px;
	       border:0px solid #000;

/* 
IE5x PC mis-implements the box model. Because of that we sometimes
have to perform a little CSS trickery to get pixel-perfect display
across browsers.  The following bit of code was proposed by Tantek
Celik, and it preys upon a CSS parsing bug in IE5x PC that will
prematurly close a style rule when it runs into the string
"\"}\"". After that string appears in a rule, then, we can override
previously set attribute values and only browsers without the parse
bug will recognize the new values. So any of the name-value pairs
above this comment that we need to override for browsers with correct
box-model implementations will be listed below.
			  
We use the voice-family property because it is likely to be used very
infrequently, and where it is used it will be set on the body tag. So
the second voice-family value of "inherit" will override our bogus
"\"}\"" value and allow the proper value to cascade down from the body
tag.

The style rule immediately following this rule offers another chance
for CSS2 aware browsers to pick up the values meant for correct
box-model implementations.  It uses a CSS2 selector that will be
ignored by IE5x PC.
	   
Read more at http://www.glish.com/css/hacks.asp
*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	}

html&gt;body #centercontent {
	  margin-left: 201px;
	  margin-right:201px;
	  }
	  
#rightcontent {
	      position: absolute;
	      right:10px;
	      top:180px;
	      width:200px;
	      background:#fff;
	      background-color: #dc8888;
#				border:1px solid #000;
				}

#banner {
	background-color: #ffff00;
	height:150px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:149px;
	}
html&gt;body #banner {
	  height:149px;
	  }
p,h1,pre {
	 margin:0px 10px 10px 10px;
	 }
		
h1 {
   text-align:center;
   font-size:28px;
   padding-top:10px;
   COLOR: #800000;
   FONT-FAMILY: "Trebuchet MS", helvetica, sans-serif
   }
h2 {
   text-align:center;
   font-size:12px;
   COLOR: #800000;
        FONT-FAMILY: "Trebuchet MS", helvetica, sans-serif
	}
H3 {
   text-align:center;
   font-size:11pt;
   COLOR: #800000;
   FONT-FAMILY: "Trebuchet MS", helvetica, sans-serif
   }
H4 {
   text-align:left;
   COLOR: #800080;
   FONT-FAMILY: "Trebuchet MS", helvetica, sans-serif
   }
#banner h1 {
	padding:10px 10px 0px 10px;
	margin:0px;
}
#banner h2 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
}
#centercontent p {
	       font-size:11pt;
	       }
#leftcontent p,li {
	     font-size:11pt;
	     }
#rightcontent p {
	      font-size:11pt;
	      }
#rightcontent h1 {
	      font-size:12pt;
	      text-align:center;
	      padding:0px 0px 0px 0px;
	      }
#rightcontent h3 {
	      text-align:left;
	      padding:0px 0px 0px 3px;
	      }
</pre></body></html>