/* サイト内全体用デフォルトスタイルシート */

/* リンク装飾 */
a:link    { color: blue; }
a:visited { color: #cc00ff; }
a:hover   { color: blue; background-color: #ccffcc; }
a:active  { color: #ffff60; }
a.nd      { text-decoration: none; }

/* ページ全体 */
body {
   background-color: white;
   color: #008080; 
   background-image: url('nabkgnd.jpg');
   background-repeat: repeat;
   margin: 50px;
}
p {
   line-height: 150%;
}