/* over rides to default PmWiki styles here */
#wikibody {
	background-color: transparent;
}
.frame {
	background-color: transparent;
}
.difftime {
  background-color: gray;
}
#wikileft {
	border-right-style: none;
} 
#wikifoot {
	padding-left: 0px;
	border-top-style: none;
}
.lastmod {
	font-size: smaller;
}
.quickref, .quickref a {
	color: black;
}
.quickref a:visited {
	color: red;
}
.quickref a:link {
	color: blue;
}
.menuflat {
  font-size: smaller;
  text-decoration: none;
}
.menuflat ul {
  list-style: none;
}
.menuflat li {
  display: inline;
}
