<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
$Id: general.css 13504 2007-11-08 09:51:13Z weberliu $
*/

html,body {
  margin: 0px;
  padding: 0px;
  color: #192E32;
  font: 12px "ËÎÌå", "sans-serif", "Arial", "Verdana";
}

p, td, div {
  font: 12px "ËÎÌå", "sans-serif", "Arial", "Verdana";
}

th {
  font: 12px "ËÎÌå", "sans-serif", "Arial", "Verdana";
  font-weight: bold;
}

form {
  margin: 0px;
  padding: 0px; 
}

input, textarea, select {
  font: 12px "ËÎÌå", "courier new";
}

a:visited {
  color: #335B64;
  text-decoration: none;
}

a:link {
  color: #335B64;
  text-decoration: none;
}

a:hover {
  color: #EB8A3D;
  text-decoration: underline;
}

a:active {
  color: #EB8A3D;
  text-decoration: underline;
}

.clear {
  clear: both;
  float: none;
  font-size: 0px;
  margin: 0;
  padding: 0;
  display:block;
}

.nowrap {
  white-space:nowrap;
}

.fl { float:left;}
.fr { float:right;}
.clear { clear:both;} 

.drag { cursor:move; width:100%;}

.pop {width:280px; border:1px #cccccc solid; background:#ffffff; text-align:right; padding:5px; position:absolute; z-index:10000;}
.pop a { width:5px; height:5px;}
.pop label { display:block; font-weight:bold;}</pre></body></html>