/*マウスの動きでスタイルを変える*/
a         
a:link { color: blue; }
a:visited { color: purple; }
a:hover    { color: #006400 }
a:active { color: red; }

/*コンテンツのコメント*/
.td  { font-size: 12px; line-height: 1em; text-indent: 13px }
.iiread  { font-size: 14px; line-height: 18px; text-indent: 13px }
