/* BLACK.CSS */

body {
 width: 640px;
 margin: 0 auto;
 background-color: #333;
 color: #DDD;
 font-size: 9pt;
 font-family: sans-serif;
}

p {
 text-align: justify;
}

p.footer {
 font-size: 8pt;
}

a {
 color: #FC0;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

h1,h2,h3 {
 color: white;
}

i {
 color: #FFF;
}

hr {
 border: none;
 border-top: 1px dashed #888;
 margin: 20px 0;
}

table {
 border-collapse: collapse;
 background-color: #444;
}
td {
 border: 1px solid #666;
 vertical-align: top;
 padding: 5px;
}
td:first-child {
 white-space: nowrap;
}

pre {
 background-color: #444;
 border: 1px solid #666;
 font-family: monospace;
 font-size: 8pt;
 padding: 10px;
}

img {
 width: 100%;
}

.code-comment {
 color: #999;
}

.floatynotice {
 /*width: 200px;*/
 /*float: right;*/
 padding: 10px;
 
 background-color: #444;
 border: 1px solid #666;
}
.floatynotice h3 {
 margin: 0;
}
.floatynotice p {
 margin-bottom: 0;
}

/* END OF FILE */
