/* Thomas Henlich */
html,head,body { font-family: DejaVu Sans Mono,Lucida Console,monospace; font-size: 10pt; }
li { list-style-type: none; margin-bottom: 1em; }
a,b,h2,h3 { text-decoration: none; font-weight: normal; font-size: 100%; color: blue; }
:before,:after { color: purple; font-weight: bold; }
h2:before { content: "<h2>"; }
h2:after { content: "</h2>"; }
h3:before { content: "<h3>"; }
h3:after { content: "</h3>"; }
b:before { content: "<b>"; }
b:after { content: "</b>"; }
s:before { content: "<s>"; }
s:after { content: "</s>"; }
pre:before { content: "<pre>"; }
pre:after { content: "</pre>"; }
p:before { content: "<p>"; }
p,div { text-align: left; }
p[align=right]:before { content: "<p align=right>"; }
a[href="/"]:before { content: "<a href=\"/\">"; }
a[href]:before { content: "<a href=...>"; }
a[href]:after { content: "</a>"; }
ul:before { content: "<ul>"; }
ul:after { content: "</ul>"; }
ol:before { content: "<ol>"; }
ol:after { content: "</ol>"; }
li:before { content: "<li>"; }
blockquote:before { content: "<blockquote>"; }
blockquote:after { content: "</blockquote>"; }
div[align=center]:before { content: "<div align=center>"; }
div[align=right]:before { content: "<div align=right>"; }
div:after { content: "</div>"; }
