BODY {
     background: #e6e6fa;    /* lavender */
     color: #000000;         /* black */
     font-family: sans-serif;
}

H1 { text-align: center; }

A:link    { color: #4682b4; } /* SteelBlue */
A:visited { color: #b0c4de; } /* LightSteelBlue */
A:active  { color: #f4a460; } /* SandyBrown */

.ingres {
  border: 0px none;
  float: right;
  font-style: italic;
  font-size: bigger;
  text-align: right;
  padding: 10px;
  margin: 5 px;
  background: #f0fff0; /* honeydew */
  width: 40%;
}

