body {
    margin-top: 0;
    color: black;
    background: white;
    font-family: Arial, sans-serif;
}
a:link, a:active, a:visited {
  color: #060;
  background: transparent;
}

a:link img, a:visited img {
   border-style: none
}
H1, H2, H3 {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.shaded-header {
    background: #006600;
    color: #ffffff;
}
.shaded-cell {
    background: #ffffcc;
    color: #000000;
}

.etd-wrapper {
    background: #666;
}
.etd-wrapper th {
    font-weight: bold;
    color: #000;
    background: #d6e9de;
}
.etd-wrapper td {
    color: #000;
    /* background: #ffffe0; */
    background: #f9f9f9;
}


