/* 外部スタイルシート、ファイル名：style.css */

/* リンク */
  a      { text-decoration: none; }
  a:hover{ text-decoration : underline; }

/* 枠線 */
  div.w1{ border-bottom-style: groove; border-width: thin; border-color: #06b3dd; }