<!-- Cascading Style Sheet by Jay Jarett  -->

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 19px;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  background: #FFFFFF;
  margin-top: 10px;
  margin-left: 20px;
}

a, a:link, a:visited, a:active {
  color: #5F5F60;
  text-decoration: none;
  margin-left: 10px;
}
a:hover {color: C9BC8B;}

br {
  font-size: 6px;
}

/* guestbook */
input.text {
  width: 130px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #CDCDCD;
}
textarea {
  width: 100%;
  text-align: left;
  border: 1px solid #CDCDCD;
}