/* 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 : lightyellow;  font-size: 14px; font-family: Verdana 
}
DIV.wikipreview {
  background-color : Lightblue; font-size: 14px; font-family: Verdana 
}
DIV.wikiheader {
  background-color : #FFFFE0; font-family: Verdana 
}
DIV.wikirc {
  background-color : Lightblue; font-family: Verdana 
}
DIV.wikifooter {
  background-color : #FFFF66; font-family: Verdana 
}
DIV.wikipref {
  background-color : lightyellow; font-family: Verdana 
}
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 : lightyellow;
}
A.wikipageedit {
  color : red;
  border-bottom : 1px dotted #a00
}
TABLE.wikidiffold {
  background-color : lightyellow;
}
TABLE.wikidiffnew {
  background-color : Lightgreen;
}
 h2 { font-size: 24 px; font-family: Verdana }
 h1 { font-size: 30 px; font-family: Verdana }
 h3 { font-size: 18px; font-weight: bold; font-family: Verdana }
 h4 { font-size: 14px; font-family: Verdana }

 