.indent {
	margin-left: 30pt;
}
.pagegroup {
	font-size: 10pt;
}
.pagetitle, .pagetitle A {
	font-family: courier new,courier,monotype;
	font-size: 20pt;
	font-weight: bold;
	color: #666699;
	text-decoration: none;
}
.pagetitle A:hover {
	text-decoration: underline;
}
.diffbox {
	border: 1px #999999 solid;
}
.diffauthor {
	font-weight: bold;
}
.difftime {
	font-size: 8pt;
	background-color: #dddddd;
	padding: 1.5pt 3pt 1.5pt 3pt;
}
.difftype {
	clear: both;
	font-size: 8pt;
	font-weight: bold;
	padding: 1.5pt 3pt 1.5pt 3pt;
}
.diffadd {
	border-left: 6pt #99ff99 solid;
	padding-left: 6pt;
}
.diffdel {
	border-left: 6pt #ffff99 solid;
	padding-left: 6pt;
}
.diffrestore {
	clear: both;
	font-size: 8pt;
	margin: 1.5em 0px;
}

#wikiedit textarea {
	width: 98%;
	font-family: courier new,courier,monotype;
	font-size: 9pt;
	border 1px solid #cccccc;
}

a.varlink {
	text-decoration: none;
}