.color1, .color1 a {
   background-color: #666;
   color:            #FFF;
}

.color2 {
   background-color: #ddd;
}

/* dark table style */
table.darktable {
background:#FFF;
border:1px solid #606060;
font-size:90%;
padding:5px;
}
 
table.darktable th {
background-color:#ddd;
padding:0 0.5em;
}
 
table.darktable caption {
font-size:120%;
font-weight:700;
}
 
table.darktable tr:not(:first-child) th {
background-color:#FFF;
}