/* 標準（すでに訪れたリンク先の色を変えない） */
body { color:#000066; background-image:url(../image/badowall.jpg); background-attachment:fixed; background-color:white; }
a:link { text-decoration:underline; color:#0000ff; }
a:active { text-decoration:none; color:#ff0000 }
a:visited { text-decoration:underline; color:#0000ff; }
a:hover { text-decoration:none; color:#0000ff; background-color:#ffcc66; }
td.title { color:white; background-color:#9999ff; }
td.underline { border-bottom:solid 1px black }
td.overline { border-top:solid 1px black }
