body {
  background-color: black;
  color: white;
  font-family: Times;
  font-size: 17px;
}

a:link {
  color: #a175d3;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #5c2c91;
  background-color: transparent;
  text-decoration: none;
}

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

a:active {
  color: #a175d3;
  background-color: transparent;
  text-decoration: underline;
}

::selection {
  color: #FFFFFF;
  background: #b993d8;
}

 div.ex1 {
  height: 975px;
  width: 925px;
  margin: auto;
  border: 5px double #5c2c91;
}

/* Start http://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-7/cur641.cur), auto !important;} /* End http://www.cursors-4u.com */
