<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
 margin-top: 10px;
 line-height: 21px;
 font-family: Arial,宋体;
}

td { font-family: Arial,宋体; }

a { }
a:link { color: #3366CC; text-decoration: underline; }
a:visited { color: #660066; text-decoration: underline;}
a:active { color: #FF0066; text-decoration: underline;}
a:hover { color: #FF0000; text-decoration: none;}

#username, #username a:link, #username a:visited {color: #000000;}
#username a:active { color: #FF0066; text-decoration: underline;}
#username a:hover { color: #3366CC; text-decoration: underline;}
#username a:link { color: #000000; text-decoration: none;}
#username a:visited { color: #000000; text-decoration: none;}

/*---  LEFT SIDE BAR ---*/
#menu { width: 120px; font: 14px/18px verdana,trebuchet,sans-serif;
 color: #333; padding-bottom: 30px;}

/*--- Dotted line between menu items in sidebar ---*/
.menuSpacer { border-bottom: 1px dotted #999; margin-bottom: 15px;}

/*  */
.mainmenu {
 font-family: verdana,trebuchet,sans-serif,宋体;
 font-size:   12px;
 color:       #666666;
 border-top: 1px solid #ccc;
 border-left: 1px solid #bbb;
 border-right: 2px solid #888;
 border-bottom: 2px solid #aaa;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-right: 8px;
 margin-bottom:6px;
}
.mainmenu a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.mainmenu a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.mainmenu a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.mainmenu a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}

/*---  Paragraph formatting in weblog entries ---*/
p {
 font-family: verdana,trebuchet,sans-serif;
 color:       #333333;
 margin-top: 2px;
 margin-bottom: 2px;
}

/*--  Default form field formatting. --*/
form {  margin-top:  0px;}

/*--  Input field formatting. --*/
.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          12px;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
}

/*--  Input text-area formatting --*/
.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          12px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/
.button {
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          12px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/
.pulldown {
  font-size:12px;
  background-color:   #fff;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

img { 
max-width:90%; 
_width:expression_r(this.width&lt;800px?"auto":"800px"); 
} </pre></body></html>