@font-face {
  font-family: 'ComicHelvetic';
  src: url(fonts/ComicHelvetic_Light.otf);
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}
    
    a:link {
  color: #ee0e3a;
  background-color: transparent;
  text-decoration: none;
    }
    a:visited {
  color: #9e094f;
  background-color: transparent;
  text-decoration: none;
    }

    a:hover {
  color: #ff5a29;
  background-color: transparent;
  text-decoration: underline;
    }

    a:active {
  color: #9e094f;
  background-color: transparent;
  text-decoration: underline;
    }
    
      body {
        background-image: url(arielpagebackground.png);
        background-size: cover;
        color: #895e9e;
        font-family: 'ComicHelvetic', sans-serif;
        line-height: 1.5;
        font-size:14px;
    }
    #mainbox {
        background-image: url(boxback.png);
        background-repeat: repeat;
        width: 800px;
        left: 300px;
        top: 180px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 2;
        border-radius: 25px;
    }
    #title {
      left: 560px;
      top: 20px;
      position: absolute;
      z-index: 5;
    }
    #pagedeco1 {
      left: 200px;
      top: 450px;
      position: absolute;
      z-index: 4;
    }
    #pagedeco2 {
      left: 230px;
      top: 100px;
      position: absolute;
      z-index: 4;
    }
    #adivider {
      left: 560px;
      top: 630px;
      position: absolute;
      z-index: 4;
    }
    #teto {
      left: 1070px;
      top: 160px;
      position: absolute;
      z-index: 4;
    }
    ::selection {
      color: #289284;
      background: #a6f84a;
    }
    ::-moz-selection {
      background: #a6f84a;
    }