<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container     {overflow: hidden; margin: 80px auto; width:700px; height:100%;}
#content  h2   {font: 145%/1.5 Verdana,Arial,Helvetica, sans-serif; color:#008000; font-weight: bold; border-bottom: 1px solid #D6D6D6;}

.left      {float:left;}
.right    {float:right;}
.clear    {clear:left;}		




#gravity  { 
 width: 100%;
 margin: 5px 0;
 border-spacing: 5px;
}

#gravity td {
 text-align: center;
 vertical-align: middle;
 padding: 5px 0;
 background-color: #F8FCFF; 
 border-top: 1px solid #D0D0D0;
 border-right: 1px solid #fff;
 border-left: 1px solid #D0D0D0;
 border-bottom: 1px solid #fff;
}
.tipsy {
 padding: 5px;
 font-size: 11px;
 opacity: 0.8;
 filter: alpha(opacity=80);
 background-repeat: no-repeat;
 background-image: url(/tipsy/img/tipsy.gif);
}

.tipsy-inner {
 padding: 5px 8px 4px 8px;
 background-color: black;
 color: white;
 max-width: 200px;
 text-align:justify;
}

.tipsy-inner {
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
}

.tipsy-north {
 background-position: top center;
}

.tipsy-south {
 background-position: bottom center;
}

.tipsy-east  {
 background-position: right center;
}

.tipsy-west  {
background-position: left center;
}</pre></body></html>