a {
  white-space: nowrap;
  color: rgb(222,88,7);
  text-decoration: none;
}
body {
  background-color: white;
}
/* left column */
.l {
  float: left;
  text-align: right;
  width: 49%;		/* bah, cannot use 50% *and* margin-right */
  margin:0;
  margin-right: 4px;
  padding: 0;
  border:none;
}
/* right column */
.r {
  float: right;
  text-align: left;
  width: 49%;
  margin:0;
  margin-left: 4px;
  padding: 0;
  border:none;
}
/* "span" over 2 cols */
.c {
  text-align:center; 
  width:100%; 
  margin:0; 
  padding:0; 
  border:none;
}
.s {
  font-size: 80%;
}
h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0;
}
.spacer {
  clear: both;
  margin-bottom: 13px;
}
/* error messages */
.e {
  color: red;
}
.check {
  text-align: center;
  margin: 10px;
  /* overflow: hidden; */
}
/* fancy button, nothing important :> */
a.button {
  font: normal 12px/24px sans-serif;
  text-decoration: none;
/* good attempt, but...
  background: Menu;
  color: MenuText;
*/
  background: lightgrey;
  color: black;
  padding: 0px 3px 1px;
  border: outset 2px Menu;
}

#peaches { text-align: center; width: 352px; margin: auto; }
#peaches a { text-decoration: none; }
#peaches img { border: 0; }
#peaches div { float: left; margin-right: 4px; width: 84px; height: 84px; 
background: transparent url(/peach.jpg); }
