/* 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 {
  background-color : #ffe;
  font-family:serif;
}
A { color: #750;}
A:hover {background-color: #ddc;}
A:visited {color: #960;}
h1 { margin:0px; }
h2 { margin:0px; }
HR {
  color:#ddc;
  height:1px;
}
DIV.wikitext {
  xbackground-color : #ffe;
  padding:16px;
border:1px solid #998;
}
DIV.xwikipreview {
  background-color : Lightblue;
  padding:5px;
}
DIV.wikifooter {
  background-color : #eed;
  padding:5px;
}
.markup { margin:0px 10px; font-size:x-small; }
