*{
background-color: #000000;
}

.op {
color: #FFFFFF;
font: 10pt Arial, sans-serif;
}

.bold {
color: #FFFFFF;
font: 10pt Arial, sans-serif;
font-weight: bold;
}

pre{
color: #FFFFFF;
font: 10pt Arial, sans-serif;
}

pre.pre {
color: #FFFFFF;
font: 10pt Arial, sans-serif;
white-space: pre-wrap;                 /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap;                /* Opera 4-6 */
white-space: -o-pre-wrap;              /* Opera 7 */
word-wrap: break-word;                 /* Internet Explorer 5.5+ */
}

pre.prebold {
color: #FFFFFF;
font: 10pt Arial, sans-serif;
font-weight: bold;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a{
color: #a6a6a8;
text-decoration:none;
}
a:visited {
color: #908e94;
}
a:hover {
color: #696c6f;
}
a:active {
color: #acaab0;
}

img.img {border: 1px #a6a6a8 solid;}

table{
color: #FFFFFF;
font: 10pt Arial, sans-serif;
}

table.bold{
color: #FFFFFF;
font: 10pt Arial, sans-serif;
font-weight: bold;
}
