body, table{
 font-family: Arial;
 font-size: 8pt;
 background: #ffffff;
 color: #0066cc;
 border-collapse: collapse;
}
.title{
 background: #0066cc;
 color: #ffffff;
 font-weight: bold;
}
hr{
 color: #0066CC;
 height: 1;
}
a{
 color: #0066cc;
 font-weight: bold;
 text-decoration: none;
}
a:hover{
 color: blue;
}
.inactive{
 color: blue;
}
.active{
 color: #0066cc;
 font-weight: bold;
}
input, textarea, select{
 text-indent: 3;
 font-family: Arial;
 font-size: 8pt;
 color: #0066cc;
 font-weight: bold;
 background: #ffffff;
 border: 1px solid #0066cc;
 border-style: inset;
}
table, tr, td{
 border-color: #0066cc;
}
.content{
 background: #ffffff;
}
.content2{
 background: #ffffff;
}
body{
 background: black;
}