body {
  background-image: url(fuyu.gif);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
a {
  text-decoration: none;
}
a:link {
  color: blue;
}
a:visited {
  color: blue;
}
a:hover {
  color: red;
}
 
#link {
               height:40px;
               width: 200px;
               overflow: auto;
               font-size: x-small;
               margin-left: 3em;
               padding: 0.1em;
               border-style: dotted;
               border-color: silver;
               border-width: 1px;
               }

#link li {
               list-style-type: none;
               font-size: x-small;
               margin-left: 1em;
               }



