/* char of the day CSS */
div.cotd {
    border: #666666 1px solid;
    background-color: #ffffff;
    padding: 0.2em;
}
div.cotd a{
    text-decoration: none;
    color: #000000;
}
a.cotd:link{
    color: #000000;
}
a.cotd:visited{
    color: #000000;
}
.cotdunicode{font-size: 36pt; padding-left: 10pt;}
.cotdjyutping{font-size: 8pt; font-style: italic; color: #ee2233;}
.cotddesc{font-size: 10pt;}

/* word of the day CSS */
div.wotd {
    border: #aaaaaa 1px solid;
    background-color: #ffffff;
    padding: 0.2em;
    padding-left: 0.4em;
    /* width: 19%; margin: 1% 1% 0 0; */
    text-align: center;
}
div.wotd a{
    text-decoration: none;
    color: #000000;
}

a.wotd:link{ color: #000000;}
a.wotd:visited{ color: #000000;}
.wotdheading{font-size: 7pt; color: #666699;}
.wotdunicode{font-size: 20pt; font-family: 'AR PL UKai HK','AR PL UKai CN','AR PL ZenKai Uni','AR PL KaitiM Big5','AR PL UKai CN'; padding-right: 0.4em; color: #113311;}
.wotdunicode{font-size: 20pt; padding-right: 0.4em; color: #113311;}
.wotdjyutping{font-size: 8pt; font-style: italic; color: #ee2233; vertical-align: 4pt;}
.wotddesc{font-size: 8pt; color: #445588; padding-left: 6pt;}
