body {
  background: #e0e0e0;
}

p.error {
  color:red;
}

#diff {
  border:none;
}

#diff ins {
  color:green;
  text-decoration:none;
  font-weight:bold;
}

#diff del {
  color:red;
  text-decoration:line-through;
}


td.right {
  text-align: right;
}

table.content {
  width: 100ex;
  border: solid 0px black;
  border-spacing: 0px 0px;
}

table.content tr.head {
  background: #c0c0c0;
}


table.content tr.links {
  background: #b0b0b0;
  text-align: center;
  font-weight: bold;
  color: #202039;
  font-size: small;
}

table.content tr.content {
  background: #FFFFFF;
}

table.content tr.edit {
  background: #FFFFFF;
}

table.content tr.content td {
  padding-left: 1em;
  padding-right: 1em;
}

table.content tr.footer {
  width: 100ex;
  border: 0;
  background: #c0c0c0;
}

table.content tr.footer td {
  font-size: small;
}

table.content tr.head td.img {
  text-align: right;
}

table.content tr.footer a {
  text-decoration:none;
  color: #202039;
}

table.content tr.footer a:hover {
  text-decoration:none;
  color: #4040FF;
}

table.content tr.links a {
  text-decoration:none;
  color: #202039;
}

table.content tr.links a:hover {
  color: #4040FF;
}

table.content tr.content a {
  text-decoration:none;
  color: #5050AA;
}

table.content tr.content a:hover {
  text-decoration:none;
  color: #5050FF;
}

table.content tr.edit a {
  text-decoration:none;
  color: #5050AA;
}

table.content tr.edit a:hover {
  text-decoration:none;
  color: #5050FF;
}

table.content tr.copyright {
  background: #FFFFFF;
}

table.content tr.copyright td.copyright {
  color: #a0a0a0;
  font-size: small;
  vertical-align: bottom;
}

table.content tr.copyright td.sflogo {
  text-align: right;
}

table.content tr.copyright td.sflogo img {
  border: 0;
}
