body {
  background-color: 	pink;
  color:		black;
  text-align:		center;
}
h1 {
  font-family:		serif;
  text-align:		center;
  color:		#a0004d;
}
h1 a {
  color:		#a0004d;
  text-decoration:	underline;
}
.quote {
  margin-left:		auto;
  margin-right:		auto;
  margin-top:		0px;
  margin-bottom:	0px;
  width:		95%;
  text-align:		left;
}
.quote p {
  border:		1px dotted #a0004d;
  padding:		4px;
  background-color:	#c0ffee;
  color:		#a0004d;
}

.quote form {
  margin:		0px;
  padding:		0px;
  text-align:		right;
}
