/* 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. */
H1 {
  background-color : #ffcc00;
}
A:link { 
  text-decoration:none;
  color : #ee6600;
}
A:visited { 
  text-decoration:none;
  color : #ee6600;
}
DIV.wikitext {
  background-color : White;
  font-family: Helvetica,sans-serif
}
DIV.wikipreview {
  background-color : White;
}
DIV.wikiheader {
  background-color : White;
}
DIV.wikirc {
  background-color : White;
}
DIV.wikifooter {
  background-color : White;
}
DIV.wikipref {
  background-color : White;
}
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 : White;
}
A.wikipageedit {
  color : red;
  border-bottom : 1px dotted #a00
}
TABLE.wikidiffold {
  background-color : orange;
}
TABLE.wikidiffnew {
  background-color : Lightgreen;
}
