.text {
  font-family: Arial;
  font-size: 11px;
  color: #555555;
}
.link {
  font-family: Arial;
  font-size: 13px;
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
.link:hover {
  font-family: Arial;
  font-size: 13px;
  color: #7693AC;
  font-weight: bold;
  text-decoration: underline;
}
.form {
  font-family: Arial;
  font-size: 11px;
  color: #7693AC;
  border: 1px solid #666666;
  font-weight: bold;
}
.pic {
  border: 1px solid #666666;
}