/* 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 : #def;
  color:#005;
  font-family:Trebuchet MS, sans serif;
}
h1 { margin:0px; }
h2 { margin:0px; }
h3 { margin:0px; }
HR {
  color:#ccd;
  height:1px;
}
DIV.wikitext {
  xbackground-color : #ffe;
  padding:16px;
border:1px solid #889;
}
DIV.xwikipreview {
  background-color : Lightblue;
  padding:5px;
}
DIV.wikifooter {
  background-color : #cde;
  padding:5px;
}

.markup { margin:0px 10px; font-size:x-small; }

.popup {   position:absolute;
  top:10px;
  right:20px;
  width:170px;
  background:#cde;
padding:2px 4px;
border:1px solid #000;
}
