/* 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. */

body {
font-family: Verdana,Arial, Helvetica, sans-serif;

}

pre {
font-family:  Courier,  'Lucida Console','Courier New';
width: 80em;
background-color: #eee;
border: solid 1px gray;
padding: 1em 1em 2em 1em;
overflow-x: auto;
overflow-y: hidden;
}


DIV.wikitext {
}
DIV.wikipreview {
}
DIV.wikiheader {
}
DIV.wikirc {
}
DIV.wikifooter {
}
DIV.wikipref {
}
HR.wikilinefooter {
  height : 3px;
}
HR.wikilineheader {
  height : 2px;
  border : double;
}
HR.wikiline {
  height : 2px;
}
HR.wikilinepref {
  color : red;
  height : 5px;
}
A.wikipagelink {
}
A.wikipageedit {
  border-bottom : 1px dotted #a00
}
TABLE.wikidiffold {
  background-color : orange;
}
TABLE.wikidiffnew {
  background-color : Lightgreen;
}
