/* 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 {
	margin:0px;
        margin-left : 2em;
        margin-right : 2em;
	padding:0px;
	color:#333;
	background-color:white;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

DT {  font-weight: bold; }

DIV.wikitext {
  background-color : white;
}
DIV.wikipreview {
  background-color : Lightblue;
}
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 : white;
}
TABLE.wikidiffnew {
  background-color : Lightgreen;
}
