<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p>body {<pre>    margin: .5em 1% .1em 1%;
    background-color: white;
    color: black;
	/* font-family: monospace; */
}
p {
    margin: 1em 0 1em 1em;
	line-height: 140%;
}
pre, ul, li {
	line-height: 140%;
}
a {
}
a:hover {
    color: red;
    background-color: white;
    text-decoration: underline;
}
.tools {
	text-align: right;
    padding: 0 .5em 0 .5em;
    margin: 0 0 0 0;
}
.header {
    text-align: left;
    border: #999 1px solid;
    color: black;
    background: #eee;
    padding: .1em .5em .1em .5em;
    margin: .2em 0 0 0;
	/* font-family: &quot;Courier New&quot;, monospace; */
}
/*
.content {
    line-height: 140%;
    margin: 1em 0 1em 1em;
}
*/
.footer {
    font-style: normal; /* italic */
    text-align: right;
}
.InterWiki {
	color: black;
	background: #eee;
}
body.frozen {
    color: black;
    background: #eee;
}
h2 {
    text-align: left;
    border: #999 1px solid;
    color: black;
    background: #eee;
    padding: .1em .5em .1em .5em;
    /* margin: .2em 0 0 0; */
}
h3 {
    text-align: left;
    border-bottom: #999 1px solid;
    color: black;
    background: #eee;
    padding: .1em .5em .1em .5em;
    /* margin: .2em 0 0 0; */
}
.date {
	font-family: monospace;
}
a img {
	border: none;
}</pre></p><p>/* diff */
ins {<pre>	color: blue;
}
del {
	color: red;
}
.same {
	color: #666;
}
.diff {
	color: black;
	background: #eee;
}</pre></p><p>/* table */
table {<pre>	background: gray;
}
td {
	margin: 1px;
	padding: 5px;
	background: white;
}</pre></p><p>/* preview */
.preview {<pre>	color: black;
	background: #fcc;
}</pre></p><p>.error {
}</p><p>/* License: GNU GPL2 */</p></body></html>