/* 'contact' CSS Document */
#contactForm
{
  width: 30em;
  text-align: left;
  margin: auto;
  font-family: "Perpetua";
  color: #FFEA03;
  margin-top: 4em;
}

#drha
{
  width: 30em;
}

#firstName, #lastName, #emailAddress, #comments, #subject
{
  color: #25008C;
  background-color: #FFF6a7;    /*FFEA03;  */
}

legend
{
  color: #FFEA03;
}

