body {
  background-color: white;
  background-image: url(https://wowzow.neocities.org/bg/beartransp.gif), url(https://wowzow.neocities.org/bg/sozaiya405-079.gif);
  background-repeat: repeat-x, repeat;
  background-size: 337px, 75px;
  padding-top: 55px;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
}

    a{
    color: #7fc040;
    text-decoration: underline;
    font-style: italic;
    }

    a visited{
    color: #7fc040;
    text-decoration: underline;
    font-style: italic;
    }
  
    a hover{
    color: #7fc040;
    text-decoration: underline;
    }

.boxed {
  background-color: white;
  width: 45%;
  text-align: left;
  padding: 15px;
  padding-top: 3px;
  margin: auto;
  margin-top: 09px;
  z-index: -01;
}

.top {
  width: 55%;
  text-align: left;
  padding: 15px;
  margin: auto;
  z-index: 02;  
}

.border {
  border-image: linear-gradient(
      #ff80ab,
      #ffb74d,
      #fff9c4,
      #aed581,
      #90caf9,
      #9575cd
    )
    30;
  border-style: solid;
  border-width: 03.5px;
  border-radius: 03px;
  z-index: 02;
}

.borderleft {
  border-image: linear-gradient(
      #ff80ab,
      #ffb74d,
      #fff9c4,
      #aed581,
      #90caf9,
      #9575cd
    )
    30;
  border-width:0 0 0 3px;
  border-style: solid;
  border-radius: 03px;
  padding-left: 11px;
}

blockquote{
  padding-left: 11px;
}

.right {
  float: right;
  padding: 10px;
}

.left {
  float: left;
  padding: 10px;
}
