Allow from all Deny from all Stylesheets processed in the following order: local/wiki.css local/localStyle.css local/$group.css local/$group.$title.css You may also want to recreate the revision markup; I suggest the following in local/wiki.css HR { text-align:left; } .wikiheader { font-size:32px; font-weight:bold; } .wikiops, .wikifooter { font-size:13px; } .wikibody { margin-left:$BodyLeftpx; width:$BodyWidthpx; } .revdate { font-family:verdana,sans-serif; font-size:11px; } .revtype { font-family:verdana,sans-serif; font-size:11px; font-weight:bold; } .revadd { background:#99ff99; color:black; } .revdel { background:#ffff99; color:black; } */ $group=''; $title=''; if (preg_match("/^($GroupNamePattern)([.\\/]($PageTitlePattern))?\$/", $pagename,$match)) { $group = $match[1]; $title = @$match[3]; } $HTMLHeaderFmt = "\n\n"; ?>