<!-- スクロールバー -->
body { scrollbar-face-color: #ff8040; }

<!-- リンク -->
   a:link { color: blue; }
a:visited { color: gray; }
  a:hover { color:  red; background-color: pink; }

<!-- 行間 -->
TABLE.1 { line-height: 1.50; }
TABLE.2 { line-height: 1.75; }
   TD.1 { line-height: 1.50; }
   TD.2 { line-height: 1.75; }
  DIV.1 { line-height: 1.50; }
  DIV.1 { line-height: 1.75; }
    P.1 { line-height: 1.50; }
    P.2 { line-height: 1.75; }

<!-- リスト -->
ul { list-style-image: url(material/005.gif); left: 100px; }

