
body {
background-color: #ffffff;
color: #666666;
}

h2.title {
text-align: center;
}


.itemkey {
background-color: #eeeeff;
color: #000000;
text-align: right;
font-size: small;
white-space: nowrap;
}

.itemval {
background-color: #ffffff;
color: #000000;
text-align:left;
}

.notice {
/* background-color: #ffffff; */
color: #cc4444;
font-size: x-small;
}

.header {
background-color: #eeeeee;
border: solid #666666 1pt;
color: #666666;
padding: 1pt;
font-size: x-small;
}

.must {
background-color: #eeeeff;
color: #cc4444;
font-size: x-small;
}