/* 基本タグ */
a:hover {color: black; TEXT-DECORATION: NONE; background-color: white;}
a:ACTIVE{color: black; TEXT-DECORATION: NONE; background-color: gray;}

/* NN6対策 */
TD{font-size : 1px}

/* フォントサイズ指定 */
#f8 {font-size :  8pt}
#f9 {font-size :  9pt}
#f10{font-size : 10pt}
#f12{font-size : 12pt}
#f14{font-size : 14pt}
#f16{font-size : 16pt}
#f20{font-size : 20pt}
#f24{font-size : 24pt}

/* 下線指定 */
#u{TEXT-DECORATION:UNDERLINE}
