/*  MoinMoin Default Styles

    Copyright (c) 2000 by JŸrgen Hermann
*/
body {
    background-color: #000000;
    font-family: "Lucida Console","Courier New", Courier, monotype, monospace, system;
    color: #00ffff;
    font-size: 9pt;
}
table {
	color: #00ffff;
    width: 70%;
}
td {
    color: #00ffff;
    margin-bottom: 8pt;
	margin-left: 3pc;
	margin-right: 3pc;
	padding-left: 3pc;
}
h1,h2,h3,h4,h5 {
    font-family: "Lucida Console","Courier New", Courier, monotype, monospace, system;
    width:100%;
    color: #00ffff;
    font-weight: bold;
}
h1 {
    font-size: 14pt;
    background: transparent;
	margin-left: -2pc;
	margin-bottom: 9pt;
}
h2 {
    font-size: 11pt;
    background: transparent;
	margin-left: -1pc;
}
h3 {
    font-size: 9px;
    padding-left:10pt;
    background: transparent;
    border-bottom: solid 1px #00ffff;
    width: 60%;
}
h4 {
    font-size: 10pt;
    padding-left:12pt;
    background: #ffffff;
    border: solid 1px #00ffff;
}
h5 {
    font-size: 8pt;
    padding-left:15pt;
    background: #ffffff;
    border: solid 1px #00ffff;
}
a:link {
    color: #ff00ff;
    text-decoration: none;
}
a:visited {
    color: #ff0000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
    background-color : #00ffff; 
}
dl,ul,ol {
    margin-top: 1pt;
}
tt,pre {
    font-family: "Lucida Console","Courier New", Courier, monotype, monospace, system;
    font-size: 10px;
	padding-left: 1pc;
	margin-left: 1pc;
}
pre.code {
    margin-left: 8pt;
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #E0E0E0;
    white-space:pre;
    border-style:none;
    border-width:thin;
    width:90%;
    border: 1px solid #999999;
    padding: 5px;
}
hr {
	background: #00ffff;
	margin: auto 0px auto auto;
	width: 100%;
    text-align: left;
	border: 0px solid #00ffff;
    height: 1px;
    color: #00ffff;
}
div {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}