<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *** Generated by www.csscreator.com *** */
html, body{
 margin:0;
 padding:0;
 font-family: georgia;
 text-align: center;
}

A       {text-decoration: none}
A:hover {text-decoration: underline}

#pagewidth{
 width:100%;
 min-width: 500px;
 text-align: center;
}

#header{
 border-bottom:1px dotted #999;
 height:55px;
 width:100%;
 background-color:#FFFFFF;
 text-align: left;
}

#leftcol{
/* border-bottom:1px dotted #999; */
 width:200px;
 float:left;
 position:relative;
 margin-left:-200px;
 margin-right:1px;
 text-align: left;
}

#outer{
 border:solid white 0px;
  /*/*/ border-left-width: 200px ;  /* left column width. NN4 hack to hide borders */
 border-left-color: #FFFFFF;   /* left column colour */
 border-left-style: solid;
 background-color: #FFFFFF; /* center column colour */
 width: auto;
 text-align: left;
}

#footer{
 height:30px;
 width:100%;
 background-color:#F0F0F0;
}

#inner{margin:0; width:100%;}

#maincol{
 border-left:1px dotted #999;
 float: left;
 width: 100%;
 position: relative;
 margin: 0 -8px 0 -2px;
}

#outer&gt;#inner { border-bottom: 1px solid #FFFFFF;  }

.clr{clear:both;}

.content{padding:5px;} /*padding for content */

#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/



 /*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#outer{border-left:0;}
}
</pre></body></html>