body {
 background: #ffffcc;
}

.dl {
 background: #ffffff;
 text-align: right;
}

.dlSpecial {
 background: #ffffff;
 font-size: smaller;
 text-align: justify;
}

.dlComplete {
 background: #ffffff;
 text-align: center;
}

.de {
 background: #eeeeee;
}

.header {
 background: #ffffff;
 font-face: Arial;
 font-size: larger;
 color: #008455;
 font-weight: bold;
 text-align: right;
}

.headerSpecial {
 background: #ffffff;
}

.required {
 color: #ff0000;
}