body, table{
 font-family: Arial;
 font-size: 8pt;
 background: Black;
 color: White;
 border-collapse: collapse;
}
.title{
 background: Black;
 color: White;
 font-weight: bold;
}
hr{
 color: White;
 height: 1;
}
a{
 color: Red;
 font-weight: bold;
 text-decoration: none;
}
a:hover{
 color: Blue;
 font-weight: bold;
 text-decoration: none;
}
.inactive{
 color: #BA55D3;
}
.active{
 color: Green;
 font-weight: bold;
}
input, textarea, select{
 text-indent: 3;
 font-family: Arial;
 font-size: 8pt;
 color: White;
 font-weight: bold;
 background: Black;
 border: 1px solid Silver;
 border-style: inset;
}
table, tr, td{
 border-color: White;
}
.content{
 background: Black;
}
.content2{
 background: #696969;
}
body{
 background: Black;
}