body {
  background:#c6e3ff;
}
h1, h2, h3, h4 { padding:0; }
table {
  margin: 0px;
  padding: 0px;
  width: 100%; # 300px;
  border-style: solid;
  border-color: gray;
  border-width: 1px 1px 1px 1px;
  border-collapse: collapse;
}
th {
  margin: 0px;
  padding: 3px;
  border-style: solid;
  border-color: gray;
  border-width: 0px 0px 1px 1px;
  background-color: #c6e3ff;
}
td {
  margin: 0px;
  padding: 3px;
  border-style: solid;
  border-color: gray;
  border-width: 0px 0px 1px 1px;
}
/* The following is a sample CSS file for UseModWiki 1.0.
   It is not pretty, but it demonstrates all of the new DIVs and
   tag classes. */
DIV.wikitext {
  background-color : #fff;
  padding: 5;
}
DIV.wikipreview {
  background-color : White;
  padding: 5;
}
DIV.wikiheader {
  background-color : #c6e3ff;
}
DIV.wikiheader a {
    text-decoration:none;
}
DIV.wikiheader table {
  margin: 0px;
  padding: 0px;
  width: 100%; # 300px;
  border: 0;
}
DIV.wikiheader td {
  border: 0;
  vertical-align: top;
}
DIV.wikiheader h1 {
  padding: 4px 2px 0px 2px;
}
DIV.wikirc {
  background-color : Lightblue;
}
DIV.wikifooter {
  background-color : #c6e3ff;
}
DIV.wikipref {
  background-color : orange;
}
HR.wikilinefooter {
  height : 3px;
}
HR.wikilineheader {
  height : 2px;
  border : double;
}
HR.wikiline {
  height : 2px;
  color : blue;
}
HR.wikilinepref {
  color : red;
  height : 5px;
}
#A.wikipagelink {
#  background-color : orange;
#}
A.wikipageedit {
  color : red;
  border-bottom : 1px dotted #a00
}
TABLE.wikidiffold {
  background-color : orange;
}
TABLE.wikidiffnew {
  background-color : Lightgreen;
}
