body {
 background-color: #000000;
 color: #ffffff;
 padding:3px;
 scrollbar-base-color: #333333;
 overflow: auto; 
}
A {
 color: #5f9ea0;
 text-decoration: none;
}
A:Visited {
 color: #5f9ea0;
 text-decoration: none;
}
A:Hover {
 color: #ffffff;
 text-decoration: none;
}
table {
 font: bold 9pt Arial,Helvetica,sans-serif;
 line-height: 1.3em;
 width: 100%;
}
td {
 padding: 0.3em;
 border-bottom: 1px dashed #696969;
 width: 100%;
 text-decoration: none;
}
th {
 padding: 0.3em;
 border-bottom: 1px dashed #696969;
 background-color: #333333;
 text-align: center;
 color:#ffffff;
 font: bold 10pt Arial,Helvetica,sans-serif;
 width: 100%;
}
img {
 border: 0;
}