.squiffy-link
{
    text-decoration: underline;
    color: #1e74fd;
    cursor: pointer;
}
.squiffy-link.disabled
{
    text-decoration: inherit;
    color: inherit;
    cursor: inherit;
}
.squiffy-header-link
{
    text-decoration: underline;
    color: #1e74fd;
    cursor: pointer;
}
#squiffy-container
{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    max-height: 600px;
    font-family: Georgia, serif;
    border: 2px solid #fe65cb;
    color:black;
    background-color: white;
    margin-top: 200px;
    padding:50px
}
#squiffy-header
{
    font-size: 14px;
    text-align: right;
}
#squiffy
{
    font-size: 18px;

}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 16px; margin-bottom: 16px;
}

body {
  background-image: url('texturefull.png');
  background-attachment: fixed;
  background-size: cover;
  font-family: Georgia;
  color: black;
  font-size: 12pt
}
a:link {
  color: powderblue;
  text-decoration: none;
}

a:visited {
  color: #1e74fd;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: lightblue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  text-decoration: underline;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #87ceeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #fe65cb;
  border-radius: 10px;
}