table {
border-color: #0000c0;
}
td {
border-color: #4a4dfe;
text-align: center;
}
td.thumb {
background-color: #E7EAFF;
}
td.header {
font-size: large;
font-weight: bold;
}
td.caption {
font-size: 75%;
cursor: pointer;
}
td.highlight {
background-color: #E7EAFF;
font-size: 75%;
font-weight: bold;
cursor: pointer;
} 
img.thumb {
border-color: black;
border-width: thin;
cursor: pointer;
}