body {
	color: #000000;
	background-color: #ffffff;
}

a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #993399;
  text-decoration: none;
}
a:active {
  color: #993399;
  text-decoration: none;
}
a:hover {
  color: #cc6699;
  text-decoration: underline;
}

input {
  font-size: 11px;
  border: 1px #993333 solid;
}
textarea {
  font-size: 11px;
  border: 1px #993333 solid;
}
