   a {
   color: black;
   text-decoration: underline;
   }
   
   p {line-height: 150%}
   
   div {margin: 2% 10%}
   
   .link {background-color:black}
   
      .kugiri{
   border-bottom-color: black;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   margin: 30px 0px
   }
   
   .kasen{
   border-bottom-color: black;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   margin: 10px 0px
   }
   
   h1{
   font-family: serif;
   letter-spacing: 2pt;
   padding: 3px;
   border-bottom-color: black;
   border-bottom-style: dotted;
   border-bottom-width: 2px;
   margin: 3px 0px 40px;
   }
   
   .new {
   color: black;
   font-weight: bold;
   font-size: larger;
   text-transform: uppercase;
   margin: 0px 5px;
   border-bottom-style: dotted;
   border-bottom-width: 1px;
   }


