/*Cursor*/
* {
  cursor: url('../Cursor/bulb/Light2New.png') 1 0, auto;
}
a:hover {
  cursor:url('../Cursor/bulb/Light3.gif') 1 0, auto;
}
/*Cursor*/
body {
  max-width: 60em;
  text-align: center;
  margin: auto;
  background-color: beige;
  padding: 0.69em;
}
.comment {
  font-size: 0.8em;
  color: grey;
}
.purple {
  color: purple;
}
.date {
  display: block;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.indent {
  text-indent: 1em;
}
.back a {
  float: left;
  color: black;
  text-decoration: none;
}
.back:hover a {
  color: darkGrey;
  text-decoration: underline;
}