BODY {
  font-family: Arial,Helv,Sans-serif;
  font-size: 10pt;
  background: #111111;
}
h1 {
	position: absolute;
	top: -300px;
}

.pageheader {
  background: #000000;
  color:			#ffffff;
}
.pagetitle {
  font-size: larger;
  font-weight: 500;
  background: #333333;
  color:      #ffffff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
}
.pagecontent {
  background: #dddddd;
  padding-bottom: 20px;
}
.smalltext {
	font-size: 8pt;
}
.leftnav {
  font-size: smaller;
  font-weight: 500;
  font-variant: small-caps;
  vertical-align: top;
}
.strike {
  text-decoration: line-through;
  font-weight: bold;
  color: #ffdd00;
}
.added {
  font-weight: bold;
  color: blue;
}
/* 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 {
  font-size : larger;
}
DIV.wikipreview {
  background-color : Lightblue;
}
DIV.wikiheader {
  font-size: smaller;
  color:      #003063;
}
DIV.wikirc {
  background-color : Lightblue;
}
DIV.wikifooter {
  font-size: smaller;
  color:      #003063;
}
DIV.wikipref {
}
HR.wikilinefooter {
  height : 2px;
  border : double;
  color: #84AFDD;
}
HR.wikilineheader {
  height : 2px;
  border : double;
}
HR.wikiline {
  height : 2px;
  color : blue;
}
HR.wikilinepref {
  color : red;
  height : 5px;
}
A.wikipagelink {
  color : blue;
}
A.wikipageedit {
  color : blue;
}
TABLE.wikidiffold {
}
TABLE.wikidiffnew {
}
