/* show by do CSS */

/*used*/
BODY{font-size:10pt;background-color : #ffffff;}

.txt8{font-size:8pt; }
.txt9{font-size:9pt; }
.txt10{font-size:10pt; }

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

.cgold{color:#cccc66;}
.white{color:#ffffff;}
.gray{color:#666666;}
.cwine{color:#ff0066;}
.cgreen{color:#339900;}

A:LINK  { color : #00addb; text-decoration : none;}
A:VISITED  { color : #00addb; text-decoration : none;}/*NN–¢‘Î‰ž*/
A:ACTIVE  { color : ff6f79; text-decoration : underline;}/*NN–¢‘Î‰ž*/
A:HOVER {text-decoration : underline; color : ff6f79;
  background-color : #fde39d;
}/*NN–¢‘Î‰ž*/

/*temp*/
.blue{color:#000fff;}
.pink{color:#ff0099;}
.red{color:#ff0000;}

