html, body {
    background-color: black;
    cursor: url("/img/cursor/S.ico"), default;
}
button, a:link {
    cursor: url("/img/cursor/Sselect.ico"), pointer;
}
p:read-only{
    cursor:url("/img/cursor/Stext.ico"), text;
}

.sticker {
    position: sticky;
    top: 0;
}

.content {
    height: auto;
    width: 500px;
    margin: 25px 25px 25px 25px;
    padding: 15px 15px 15px 15px;
    border: 4mm ridge grey;
    color: white;
    background-image: url("/img/back/aniback1.gif");
}

.blockContent {
    height: auto;
    margin: 15px;
    padding: 5px;
    border: 15px inset grey;
    background-image: url("/img/back/back2.png");
}

.imageHead {
    position: relative;
    left: 25px;
}

.scrolling {
    overflow: scroll;
    height: 250px;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
  }
  
  a:link:active, a:visited:active {
    color: white;
  }
