body {
  color: #000;
  background-color: white;
  font-size: 80%;
  text-shadow: white 0 1px 0;
}

div.editheader {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color: blue; 
  font-weight: bold;
}

div.editmode {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color: red; 
  font-weight: bold;
}

img {
 border: 0px;
}

img.links {
  display:block;
  float:left;
  width: 180px;
  margin: 4px 10px 3px 0;
  overflow: hidden;
  border: 6px solid #3c3c3c;
}

table {
  margin: 0;
  padding: 0;
}

td {
  vertical-align: top;
}

textarea {
  border: 1p solid gray;
  color: black;
  background: silver url(../img/global/spacer.gif) no-repeat;
  font-size: 1.0em;
}
input {
  border: 1p solid gray;
  color: black;
  background: silver url(../img/global/spacer.gif) no-repeat;
  font-size: 1.0em;
}